Html Css Color HEX #85DD97 Light Green

📋 copy color: '#85DD97'

red 133 ◦ green 221 ◦ blue 151

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

Shades of Light Green #85DD97

Tints of Light Green #85DD97

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

 BLUE value IS 151 (59.38% from 255) = 29.9%

R = 26.34%
G = 43.76%
B = 29.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#85DD97 (or 0x85DD97) is known color: Light Green. HEX triplet: 85, DD and 97. RGB value is (133,221,151). Sum of RGB (Red+Green+Blue) = 133+221+151=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD97 is #7A2268. Grayscale: #BABABA. Windows color (decimal): -8004201 or 9952645. OLE color: 9952645.

HSL color Cylindrical-coordinate representation of color #85DD97: hue angle of 132.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DD97 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 151 -
CMYK 0.40 0 0.32 0.13
HSL 132.27º 0.56% 0.69% -
HSV(B) 132.27º 0.4% 0.87% -
XYZ 41.12 58.93 38.49 -
YUV 186.71 107.85 89.69 -
System Red Green Blue C M Y K H S L
Decimal 133 221 151 0.40 0 0.32 0.13 132.27 0.56 0.69
Hex 85 DD 97 28 0 20 D 84 38 45
Octal 205 335 227 50 0 40 15 204 70 105
Binary 10000101 11011101 10010111 101000 0 100000 1101 10000100 111000 1000101

Color Harmonies of #85DD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD97

Black with #85DD97

Text Example


Text Example

White with #85DD97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,221,151); }

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

background-color css

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

 a { background-color: rgb(133,221,151); }

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

border-color css

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

 span { border-color: rgb(133,221,151); }

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