#85E18B

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

Shades of Light Green #85E18B

Tints of Light Green #85E18B

Color information

#85E18B (or 0x85E18B) is unknown color: approx Light Green. HEX triplet: 85, E1 and 8B. RGB value is (133,225,139). Sum of RGB (Red+Green+Blue) = 133+225+139=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #85E18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E18B is #7A1E74. Grayscale: #BBBBBB. Windows color (decimal): -8003189 or 9167237. OLE color: 9167237.

HSL color Cylindrical-coordinate representation of color #85E18B: hue angle of 123.91º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E18B is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB133225139-
CMYK0.4100.380.12
HSL123.91º60.53%70.2%-
HSV(B)123.91º40.89%88.24%-
XYZ41.2660.733.97-
YUV187.69100.5288.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 225 (88.28% from 255) = 45.27%
BLUE value IS 139 (54.69% from 255) = 27.97%
R=26.76%
G=45.27%
B=27.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332251390.4100.380.12123.9160.5370.2
Hex85E18B29026C7c3d46
Octal205341213510461417475106
Binary1000010111100001100010111010010100110110011111001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,225,139); }

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

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

 a { background-color: rgb(133,225,139); }

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

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

 span { border-color: rgb(133,225,139); }

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