#86DF95

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

Shades of Light Green #86DF95

Tints of Light Green #86DF95

Color information

#86DF95 (or 0x86DF95) is unknown color: approx Light Green. HEX triplet: 86, DF and 95. RGB value is (134,223,149). Sum of RGB (Red+Green+Blue) = 134+223+149=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF95 is #79206A. Grayscale: #BCBCBC. Windows color (decimal): -7938155 or 9822086. OLE color: 9822086.

HSL color Cylindrical-coordinate representation of color #86DF95: hue angle of 130.11º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DF95 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB134223149-
CMYK0.4000.330.13
HSL130.11º58.17%70%-
HSV(B)130.11º39.91%87.45%-
XYZ41.6460.0137.82-
YUV187.95106.0189.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.48%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=26.48%
G=44.07%
B=29.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342231490.4000.330.13130.1158.1770
Hex86DF9528021D823a46
Octal206337225500411520272106
Binary10000110110111111001010110100001000011101100000101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,223,149); }

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

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

 a { background-color: rgb(134,223,149); }

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

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

 span { border-color: rgb(134,223,149); }

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