#86F792

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

Shades of Light Green #86F792

Tints of Light Green #86F792

Color information

#86F792 (or 0x86F792) is unknown color: approx Light Green. HEX triplet: 86, F7 and 92. RGB value is (134,247,146). Sum of RGB (Red+Green+Blue) = 134+247+146=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #86F792 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F792 is #79086D. Grayscale: #C9C9C9. Windows color (decimal): -7932014 or 9631622. OLE color: 9631622.

HSL color Cylindrical-coordinate representation of color #86F792: hue angle of 126.37º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F792 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB134247146-
CMYK0.4600.410.03
HSL126.37º87.6%74.71%-
HSV(B)126.37º45.75%96.86%-
XYZ48.2873.6738.87-
YUV201.796.5679.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.43%
GREEN value IS 247 (96.88% from 255) = 46.87%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=25.43%
G=46.87%
B=27.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342471460.4600.410.03126.3787.674.71
Hex86F7922E02937e584b
Octal206367222560513176130113
Binary100001101111011110010010101110010100111111111010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,247,146); }

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

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

 a { background-color: rgb(134,247,146); }

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

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

 span { border-color: rgb(134,247,146); }

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