#86F27F

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

Shades of Light Green #86F27F

Tints of Light Green #86F27F

Color information

#86F27F (or 0x86F27F) is unknown color: approx Light Green. HEX triplet: 86, F2 and 7F. RGB value is (134,242,127). Sum of RGB (Red+Green+Blue) = 134+242+127=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #86F27F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F27F is #790D80. Grayscale: #C4C4C4. Windows color (decimal): -7933313 or 8385158. OLE color: 8385158.

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

Color convert

RGB134242127-
CMYK0.4500.480.05
HSL116.35º81.56%72.35%-
HSV(B)116.35º47.52%94.9%-
XYZ45.4170.131.22-
YUV196.688.7283.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 242 (94.92% from 255) = 48.11%
BLUE value IS 127 (50% from 255) = 25.25%
R=26.64%
G=48.11%
B=25.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342421270.4500.480.05116.3581.5672.35
Hex86F27F2D0305745248
Octal206362177550605164122110
Binary100001101111001011111111011010110000101111010010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,242,127); }

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

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

 a { background-color: rgb(134,242,127); }

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

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

 span { border-color: rgb(134,242,127); }

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