#76DD96

Color #76DD96 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #76DD96

Tints of De York #76DD96

Color information

#76DD96 (or 0x76DD96) is unknown color: approx De York. HEX triplet: 76, DD and 96. RGB value is (118,221,150). Sum of RGB (Red+Green+Blue) = 118+221+150=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD96 is #892269. Grayscale: #B6B6B6. Windows color (decimal): -8987242 or 9887094. OLE color: 9887094.

HSL color Cylindrical-coordinate representation of color #76DD96: hue angle of 138.64º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DD96 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB118221150-
CMYK0.4700.320.13
HSL138.64º60.23%66.47%-
HSV(B)138.64º46.61%86.67%-
XYZ38.8357.7737.96-
YUV182.11109.8882.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.13%
GREEN value IS 221 (86.72% from 255) = 45.19%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=24.13%
G=45.19%
B=30.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211500.4700.320.13138.6460.2366.47
Hex76DD962F020D8b3c42
Octal166335226570401521374102
Binary1110110110111011001011010111101000001101100010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76DD96;
 }
 .AnyTagClassName
 {
   color: #76DD96;
 }
</style>
background-color css

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

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

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

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

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

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