Html Css Color HEX #85E08C Light Green

📋 copy color: '#85E08C'

red 133 ◦ green 224 ◦ blue 140

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

Shades of Light Green #85E08C

Tints of Light Green #85E08C

RGB

 RED value IS 133 (52.34% from 255) = 26.76%

 GREEN value IS 224 (87.89% from 255) = 45.07%

 BLUE value IS 140 (55.08% from 255) = 28.17%

R = 26.76%
G = 45.07%
B = 28.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#85E08C (or 0x85E08C) is known color: Light Green. HEX triplet: 85, E0 and 8C. RGB value is (133,224,140). Sum of RGB (Red+Green+Blue) = 133+224+140=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #85E08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E08C is #7A1F73. Grayscale: #BBBBBB. Windows color (decimal): -8003444 or 9232517. OLE color: 9232517.

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

Color convert

RGB 133 224 140 -
CMYK 0.41 0 0.38 0.12
HSL 124.62º 0.59% 0.7% -
HSV(B) 124.62º 0.41% 0.88% -
XYZ 41.06 60.19 34.26 -
YUV 187.22 101.35 89.33 -
System Red Green Blue C M Y K H S L
Decimal 133 224 140 0.41 0 0.38 0.12 124.62 0.59 0.7
Hex 85 E0 8C 29 0 26 C 7D 3B 46
Octal 205 340 214 51 0 46 14 175 73 106
Binary 10000101 11100000 10001100 101001 0 100110 1100 1111101 111011 1000110

Color Harmonies of #85E08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E08C

Black with #85E08C

Text Example


Text Example

White with #85E08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,224,140); }

 H1.HeaderClassName
 {
   color: #85E08C;
 }
 .AnyTagClassName
 {
   color: #85E08C;
 }
</style>

background-color css

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

 a { background-color: rgb(133,224,140); }

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

border-color css

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

 span { border-color: rgb(133,224,140); }

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