crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#83f264 hex color - Green - Cool color - Information

#83f264 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #83f264 Color code in RGB color code model is created after adding 51.37% red color, 94.9% green color and 39.22% blue color. Hex #83f264 Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 0% magenta, 59% yellow and 5% black.

Hex #83f264 color code is between #88ee66 web safe hex color code and #77ff55 web safe hex color code. #88ee66 is the nearest web safe color code. You can see here many more shades of #83f264 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code83f264#83f264
RGB Decimal131, 242, 100rgb(131, 242, 100)
RGB Percent51%, 95%, 39%rgb(51%, 95%, 39%)
CSS RGBa131, 242, 100,1rgba(131,242,100,1)
CMYK Modelcmyk(46%,0%,59%,5%)
HSL Color Space107,85% ,67%hsl(107,85% ,67%)
HSV Color Space107°, 59%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000111111001001100100
Octal203362144
Decimal131242100
Hex83f264

Different shades of #83f264 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #83f264
#a9f693
Dark Shade of #83f264
#5dee35
Saturated Shade of #83f264
#7efa5c
Desaturated Shade of #83f264
#88ea6c
Grey scale Shade of #83f264
#ababab
Brighten Shade
#9cff7d
Most Readable Shade
#000000

Shades of #83f264 color code

Generate more color scales with scales (color stack) generator.

#83f264
#74d758
#65bc4d
#57a142
#488637
#3a6b2c
#2b5021
#1d3516
#0e1a0b
#000000

Similar Color like #83f264 color

Find visually similar hex color codes nearing to #83f264 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#84f365
#85f466
#86f567
#87f668
#88f769
#89f86a
#8af96b
#8bfa6c
#8cfb6d
#8dfc6e
#8efd6f
#8ffe70
#90ff71
#91ff72
#82f163
#81f062
#80ef61
#7fee60
#7eed5f
#7dec5e
#7ceb5d
#7bea5c
#7ae95b
#79e85a
#78e759
#77e658
#76e557
#75e456

Monochromatic Color with #83f264

#83f264
#101d0c
#27481e
#3e722f
#559d41
#6cc752

Tints of #83f264 Color

#83f264
#90f375
#9ef486
#acf697
#baf7a8
#c7f9ba
#d5facb
#e3fcdc
#f1fded
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#83f264
#d364f2

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#83f264
#8c64f2
#f264ca

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bcf264
#9ff264
#83f264
#67f264
#64f27e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#83f264
#6483f2
#f26483

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#83f264
#64caf2
#d364f2
#f28c64

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#83f264
#d364f2
#f264ca
#64f28c

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #83f264 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#83f264 Color Code Preview on Black Background Color

This is how #83f264 Color will look on black background color. Color contrast ratio is 14.85

#83f264 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#83f264">Your Example Paragraph content text in with font color #83f264 </p>

Your Example Paragraph content text in with font color #83f264

HTML with inline CSS

<div style="color:#83f264">Your Paragraph text in with font color #83f264 </div>

Your Example Paragraph content text in with font color #83f264

#83f264 color code is use for CSS Background Color

Background color for the above div is #83f264

HTML with inline CSS

<div style="background-color:#83f264;"></div>

#83f264 color code is use for CSS Border Color

CSS Border color for the above div is #83f264

HTML with inline CSS

<div style="border:5px solid #83f264;"></div>

CSS Border Left color for the above div is #83f264

HTML with inline CSS

<div style="border-left:5px solid #83f264;"></div>

CSS Border Right color for the above div is #83f264

HTML with inline CSS

<div style="border-right:5px solid #83f264;"></div>

CSS Border Bottom color for the above div is #83f264

HTML with inline CSS

<div style="border-bottom:5px solid #83f264;"></div>

CSS Border Top color for the above div is #83f264

HTML with inline CSS

<div style="border-top:5px solid #83f264;"></div>

#83f264 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#83f264; } .examplecolorclass {color:#83f264; } .examplebordercolor {border:3px solid #83f264; }

#83f264 Color code Preview on White Background

This is how #83f264 Color code will look on white background color. Color contrast ratio is 1.41

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #83f264; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #83f264; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.