#85F18E

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

Shades of Light Green #85F18E

Tints of Light Green #85F18E

Color information

#85F18E (or 0x85F18E) is unknown color: approx Light Green. HEX triplet: 85, F1 and 8E. RGB value is (133,241,142). Sum of RGB (Red+Green+Blue) = 133+241+142=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #85F18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F18E is #7A0E71. Grayscale: #C5C5C5. Windows color (decimal): -7999090 or 9367941. OLE color: 9367941.

HSL color Cylindrical-coordinate representation of color #85F18E: hue angle of 125º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F18E is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB133241142-
CMYK0.4500.410.05
HSL125º79.41%73.33%-
HSV(B)125º44.81%94.51%-
XYZ46.0169.8536.65-
YUV197.4296.7282.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.78%
GREEN value IS 241 (94.53% from 255) = 46.71%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=25.78%
G=46.71%
B=27.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332411420.4500.410.0512579.4173.33
Hex85F18E2D02957d4f49
Octal205361216550515175117111
Binary1000010111110001100011101011010101001101111110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,241,142); }

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

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

 a { background-color: rgb(133,241,142); }

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

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

 span { border-color: rgb(133,241,142); }

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