#85E188

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

Shades of Light Green #85E188

Tints of Light Green #85E188

Color information

#85E188 (or 0x85E188) is unknown color: approx Light Green. HEX triplet: 85, E1 and 88. RGB value is (133,225,136). Sum of RGB (Red+Green+Blue) = 133+225+136=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #85E188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E188 is #7A1E77. Grayscale: #BBBBBB. Windows color (decimal): -8003192 or 8970629. OLE color: 8970629.

HSL color Cylindrical-coordinate representation of color #85E188: hue angle of 121.96º 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 #85E188 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB133225136-
CMYK0.4100.400.12
HSL121.96º60.53%70.2%-
HSV(B)121.96º40.89%88.24%-
XYZ41.0460.6132.83-
YUV187.3599.0289.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 225 (88.28% from 255) = 45.55%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=26.92%
G=45.55%
B=27.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332251360.4100.400.12121.9660.5370.2
Hex85E18829028C7a3d46
Octal205341210510501417275106
Binary1000010111100001100010001010010101000110011110101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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