#86F082

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

Shades of Light Green #86F082

Tints of Light Green #86F082

Color information

#86F082 (or 0x86F082) is unknown color: approx Light Green. HEX triplet: 86, F0 and 82. RGB value is (134,240,130). Sum of RGB (Red+Green+Blue) = 134+240+130=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #86F082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F082 is #790F7D. Grayscale: #C4C4C4. Windows color (decimal): -7933822 or 8581254. OLE color: 8581254.

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

Color convert

RGB134240130-
CMYK0.4400.460.06
HSL117.82º78.57%72.55%-
HSV(B)117.82º45.83%94.12%-
XYZ45.026932.06-
YUV195.7790.8883.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 240 (94.14% from 255) = 47.62%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=26.59%
G=47.62%
B=25.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342401300.4400.460.06117.8278.5772.55
Hex86F0822C02E6764f49
Octal206360202540566166117111
Binary1000011011110000100000101011000101110110111011010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,240,130); }

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

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

 a { background-color: rgb(134,240,130); }

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

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

 span { border-color: rgb(134,240,130); }

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