#85DD96

Color #85DD96 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #85DD96

Tints of Light Green #85DD96

Color information

#85DD96 (or 0x85DD96) is unknown color: approx 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

RGB133221150-
CMYK0.4000.320.13
HSL131.59º56.41%69.41%-
HSV(B)131.59º39.82%86.67%-
XYZ41.0358.938.06-
YUV186.59107.3589.77-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211500.4000.320.13131.5956.4169.41
Hex85DD9628020D843845
Octal205335226500401520470105
Binary10000101110111011001011010100001000001101100001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>