Html Css Color HEX #85E199 Light Green

📋 copy color: '#85E199'

red 133 ◦ green 225 ◦ blue 153

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

Shades of Light Green #85E199

Tints of Light Green #85E199

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.03%

 BLUE value IS 153 (60.16% from 255) = 29.94%

R = 26.03%
G = 44.03%
B = 29.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#85E199 (or 0x85E199) is known color: Light Green. HEX triplet: 85, E1 and 99. RGB value is (133,225,153). Sum of RGB (Red+Green+Blue) = 133+225+153=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #85E199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E199 is #7A1E66. Grayscale: #BDBDBD. Windows color (decimal): -8003175 or 10084741. OLE color: 10084741.

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

Color convert

RGB 133 225 153 -
CMYK 0.41 0 0.32 0.12
HSL 133.04º 0.61% 0.7% -
HSV(B) 133.04º 0.41% 0.88% -
XYZ 42.35 61.14 39.71 -
YUV 189.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 133 225 153 0.41 0 0.32 0.12 133.04 0.61 0.7
Hex 85 E1 99 29 0 20 C 85 3D 46
Octal 205 341 231 51 0 40 14 205 75 106
Binary 10000101 11100001 10011001 101001 0 100000 1100 10000101 111101 1000110

Color Harmonies of #85E199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E199

Black with #85E199

Text Example


Text Example

White with #85E199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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