#85EF7F

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

Shades of Light Green #85EF7F

Tints of Light Green #85EF7F

Color information

#85EF7F (or 0x85EF7F) is unknown color: approx Light Green. HEX triplet: 85, EF and 7F. RGB value is (133,239,127). Sum of RGB (Red+Green+Blue) = 133+239+127=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EF7F is #7A1080. Grayscale: #C2C2C2. Windows color (decimal): -7999617 or 8384389. OLE color: 8384389.

HSL color Cylindrical-coordinate representation of color #85EF7F: hue angle of 116.79º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85EF7F is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB133239127-
CMYK0.4400.470.06
HSL116.79º77.78%71.76%-
HSV(B)116.79º46.86%93.73%-
XYZ44.3768.2530.91-
YUV194.5489.8884.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.65%
GREEN value IS 239 (93.75% from 255) = 47.90%
BLUE value IS 127 (50% from 255) = 25.45%
R=26.65%
G=47.90%
B=25.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332391270.4400.470.06116.7977.7871.76
Hex85EF7F2C02F6754e48
Octal205357177540576165116110
Binary100001011110111111111111011000101111110111010110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85EF7F; }

 p { color: rgb(133,239,127); }

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

<style>
 a { background-color: #85EF7F; }

 a { background-color: rgb(133,239,127); }

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

<style>
 span { border-color: #85EF7F; }

 span { border-color: rgb(133,239,127); }

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