#86F391

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

Shades of Light Green #86F391

Tints of Light Green #86F391

Color information

#86F391 (or 0x86F391) is unknown color: approx Light Green. HEX triplet: 86, F3 and 91. RGB value is (134,243,145). Sum of RGB (Red+Green+Blue) = 134+243+145=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #86F391 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F391 is #790C6E. Grayscale: #C7C7C7. Windows color (decimal): -7933039 or 9565062. OLE color: 9565062.

HSL color Cylindrical-coordinate representation of color #86F391: hue angle of 126.06º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F391 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB134243145-
CMYK0.4500.400.05
HSL126.06º81.95%73.92%-
HSV(B)126.06º44.86%95.29%-
XYZ46.9971.2138.06-
YUV199.2497.3981.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 243 (95.31% from 255) = 46.55%
BLUE value IS 145 (57.03% from 255) = 27.78%
R=25.67%
G=46.55%
B=27.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342431450.4500.400.05126.0681.9573.92
Hex86F3912D02857e524a
Octal206363221550505176122112
Binary1000011011110011100100011011010101000101111111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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