#86FB91

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

Shades of Light Green #86FB91

Tints of Light Green #86FB91

Color information

#86FB91 (or 0x86FB91) is unknown color: approx Light Green. HEX triplet: 86, FB and 91. RGB value is (134,251,145). Sum of RGB (Red+Green+Blue) = 134+251+145=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FB91 is #79046E. Grayscale: #CCCCCC. Windows color (decimal): -7930991 or 9567110. OLE color: 9567110.

HSL color Cylindrical-coordinate representation of color #86FB91: hue angle of 125.64º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FB91 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB134251145-
CMYK0.4700.420.02
HSL125.64º93.6%75.49%-
HSV(B)125.64º46.61%98.43%-
XYZ49.4476.1138.87-
YUV203.9394.7478.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.28%
GREEN value IS 251 (98.44% from 255) = 47.36%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=25.28%
G=47.36%
B=27.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342511450.4700.420.02125.6493.675.49
Hex86FB912F02A27e5e4b
Octal206373221570522176136113
Binary100001101111101110010001101111010101010111111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,251,145); }

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

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

 a { background-color: rgb(134,251,145); }

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

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

 span { border-color: rgb(134,251,145); }

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