#86F484

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

Shades of Light Green #86F484

Tints of Light Green #86F484

Color information

#86F484 (or 0x86F484) is unknown color: approx Light Green. HEX triplet: 86, F4 and 84. RGB value is (134,244,132). Sum of RGB (Red+Green+Blue) = 134+244+132=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #86F484 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F484 is #790B7B. Grayscale: #C6C6C6. Windows color (decimal): -7932796 or 8713350. OLE color: 8713350.

HSL color Cylindrical-coordinate representation of color #86F484: hue angle of 118.93º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F484 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB134244132-
CMYK0.4500.460.04
HSL118.93º83.58%73.73%-
HSV(B)118.93º45.9%95.69%-
XYZ46.3571.4433.18-
YUV198.3490.5682.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.27%
GREEN value IS 244 (95.70% from 255) = 47.84%
BLUE value IS 132 (51.95% from 255) = 25.88%
R=26.27%
G=47.84%
B=25.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342441320.4500.460.04118.9383.5873.73
Hex86F4842D02E477544a
Octal206364204550564167124112
Binary1000011011110100100001001011010101110100111011110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,244,132); }

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

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

 a { background-color: rgb(134,244,132); }

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

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

 span { border-color: rgb(134,244,132); }

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