Html Css Color HEX #85E188 Light Green

📋 copy color: '#85E188'

red 133 ◦ green 225 ◦ blue 136

#85E188
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #85E188

Tints of Light Green #85E188

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 value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#85E188 (or 0x85E188) is known color: 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

RGB 133 225 136 -
CMYK 0.41 0 0.40 0.12
HSL 121.96º 0.61% 0.7% -
HSV(B) 121.96º 0.41% 0.88% -
XYZ 41.04 60.61 32.83 -
YUV 187.35 99.02 89.24 -
System Red Green Blue C M Y K H S L
Decimal 133 225 136 0.41 0 0.40 0.12 121.96 0.61 0.7
Hex 85 E1 88 29 0 28 C 7A 3D 46
Octal 205 341 210 51 0 50 14 172 75 106
Binary 10000101 11100001 10001000 101001 0 101000 1100 1111010 111101 1000110

Color Harmonies of #85E188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E188

Black with #85E188

Text Example


Text Example

White with #85E188

Text Example


Text Example

HTML Codes & Css Web 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>