Html Css Color HEX #85ED99 Light Green

📋 copy color: '#85ED99'

red 133 ◦ green 237 ◦ blue 153

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

Shades of Light Green #85ED99

Tints of Light Green #85ED99

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.32%

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

R = 25.43%
G = 45.32%
B = 29.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#85ED99 (or 0x85ED99) is known color: Light Green. HEX triplet: 85, ED and 99. RGB value is (133,237,153). Sum of RGB (Red+Green+Blue) = 133+237+153=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED99 is #7A1266. Grayscale: #C4C4C4. Windows color (decimal): -8000103 or 10087813. OLE color: 10087813.

HSL color Cylindrical-coordinate representation of color #85ED99: hue angle of 131.54º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ED99 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 237 153 -
CMYK 0.44 0 0.35 0.07
HSL 131.54º 0.74% 0.73% -
HSV(B) 131.54º 0.44% 0.93% -
XYZ 45.71 67.85 40.83 -
YUV 196.33 103.54 82.83 -
System Red Green Blue C M Y K H S L
Decimal 133 237 153 0.44 0 0.35 0.07 131.54 0.74 0.73
Hex 85 ED 99 2C 0 23 7 84 4A 49
Octal 205 355 231 54 0 43 7 204 112 111
Binary 10000101 11101101 10011001 101100 0 100011 111 10000100 1001010 1001001

Color Harmonies of #85ED99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ED99

Black with #85ED99

Text Example


Text Example

White with #85ED99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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