#86EF83

Color #86EF83 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #86EF83

Tints of Light Green #86EF83

Color information

#86EF83 (or 0x86EF83) is unknown color: approx Light Green. HEX triplet: 86, EF and 83. RGB value is (134,239,131). Sum of RGB (Red+Green+Blue) = 134+239+131=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF83 is #79107C. Grayscale: #C3C3C3. Windows color (decimal): -7934077 or 8646534. OLE color: 8646534.

HSL color Cylindrical-coordinate representation of color #86EF83: hue angle of 118.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86EF83 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB134239131-
CMYK0.4400.450.06
HSL118.33º77.14%72.55%-
HSV(B)118.33º45.19%93.73%-
XYZ44.7968.4432.32-
YUV195.2991.7184.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 239 (93.75% from 255) = 47.42%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=26.59%
G=47.42%
B=25.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342391310.4400.450.06118.3377.1472.55
Hex86EF832C02D6764d49
Octal206357203540556166115111
Binary1000011011101111100000111011000101101110111011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86EF83; }

 p { color: rgb(134,239,131); }

 H1.HeaderClassName
 {
   color: #86EF83;
 }
 .AnyTagClassName
 {
   color: #86EF83;
 }
</style>
background-color css

<style>
 a { background-color: #86EF83; }

 a { background-color: rgb(134,239,131); }

 div.DivClassName
 {
   background-color: #86EF83;
 }
 .BgClassName
 {
   background-color: #86EF83;
 }
</style>
border-color css

<style>
 span { border-color: #86EF83; }

 span { border-color: rgb(134,239,131); }

 td.TdClassName
 {
   border-color: #86EF83;
 }
 .TagClassName
 {
   border-color: #86EF83;
 }
</style>