Html Css Color HEX #85DD96 Light Green

📋 copy color: '#85DD96'

red 133 ◦ green 221 ◦ blue 150

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

Shades of Light Green #85DD96

Tints of Light Green #85DD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 26.39%
G = 43.85%
B = 29.76%

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

#85DD96 (or 0x85DD96) is known color: Light Green. HEX triplet: 85, DD and 96. RGB value is (133,221,150). Sum of RGB (Red+Green+Blue) = 133+221+150=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD96 is #7A2269. Grayscale: #BABABA. Windows color (decimal): -8004202 or 9887109. OLE color: 9887109.

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

Color convert

RGB 133 221 150 -
CMYK 0.40 0 0.32 0.13
HSL 131.59º 0.56% 0.69% -
HSV(B) 131.59º 0.4% 0.87% -
XYZ 41.03 58.9 38.06 -
YUV 186.59 107.35 89.77 -
System Red Green Blue C M Y K H S L
Decimal 133 221 150 0.40 0 0.32 0.13 131.59 0.56 0.69
Hex 85 DD 96 28 0 20 D 84 38 45
Octal 205 335 226 50 0 40 15 204 70 105
Binary 10000101 11011101 10010110 101000 0 100000 1101 10000100 111000 1000101

Color Harmonies of #85DD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD96

Black with #85DD96

Text Example


Text Example

White with #85DD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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