#86F081

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

Shades of Light Green #86F081

Tints of Light Green #86F081

Color information

#86F081 (or 0x86F081) is unknown color: approx Light Green. HEX triplet: 86, F0 and 81. RGB value is (134,240,129). Sum of RGB (Red+Green+Blue) = 134+240+129=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #86F081 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F081 is #790F7E. Grayscale: #C3C3C3. Windows color (decimal): -7933823 or 8515718. OLE color: 8515718.

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

Color convert

RGB134240129-
CMYK0.4400.460.06
HSL117.3º78.72%72.35%-
HSV(B)117.3º46.25%94.12%-
XYZ44.9568.9731.71-
YUV195.6590.3884.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 240 (94.14% from 255) = 47.71%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=26.64%
G=47.71%
B=25.65%

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
Decimal1342401290.4400.460.06117.378.7272.35
Hex86F0812C02E6754f48
Octal206360201540566165117110
Binary1000011011110000100000011011000101110110111010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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