#86E484

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

Shades of Light Green #86E484

Tints of Light Green #86E484

Color information

#86E484 (or 0x86E484) is unknown color: approx Light Green. HEX triplet: 86, E4 and 84. RGB value is (134,228,132). Sum of RGB (Red+Green+Blue) = 134+228+132=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #86E484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E484 is #791B7B. Grayscale: #BDBDBD. Windows color (decimal): -7936892 or 8709254. OLE color: 8709254.

HSL color Cylindrical-coordinate representation of color #86E484: hue angle of 118.75º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E484 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB134228132-
CMYK0.4100.420.11
HSL118.75º64%70.59%-
HSV(B)118.75º42.11%89.41%-
XYZ41.7462.2231.64-
YUV188.9595.8688.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 228 (89.45% from 255) = 46.15%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=27.13%
G=46.15%
B=26.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342281320.4100.420.11118.756470.59
Hex86E4842902AB774047
Octal2063442045105213167100107
Binary10000110111001001000010010100101010101011111011110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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