#86FE85

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

Shades of Light Green #86FE85

Tints of Light Green #86FE85

Color information

#86FE85 (or 0x86FE85) is unknown color: approx Light Green. HEX triplet: 86, FE and 85. RGB value is (134,254,133). Sum of RGB (Red+Green+Blue) = 134+254+133=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FE85 is #79017A. Grayscale: #CCCCCC. Windows color (decimal): -7930235 or 8781446. OLE color: 8781446.

HSL color Cylindrical-coordinate representation of color #86FE85: hue angle of 119.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86FE85 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB134254133-
CMYK0.4700.480.00
HSL119.5º98.37%75.88%-
HSV(B)119.5º47.64%99.61%-
XYZ49.5177.6534.57-
YUV204.3387.7477.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.72%
GREEN value IS 254 (99.61% from 255) = 48.75%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=25.72%
G=48.75%
B=25.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342541330.4700.480.00119.598.3775.88
Hex86FE852F030078624c
Octal206376205570600170142114
Binary10000110111111101000010110111101100000111100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,254,133); }

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

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

 a { background-color: rgb(134,254,133); }

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

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

 span { border-color: rgb(134,254,133); }

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