#76DE96

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

Shades of De York #76DE96

Tints of De York #76DE96

Color information

#76DE96 (or 0x76DE96) is unknown color: approx De York. HEX triplet: 76, DE and 96. RGB value is (118,222,150). Sum of RGB (Red+Green+Blue) = 118+222+150=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #76DE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DE96 is #892169. Grayscale: #B6B6B6. Windows color (decimal): -8986986 or 9887350. OLE color: 9887350.

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

Color convert

RGB118222150-
CMYK0.4700.320.13
HSL138.46º61.18%66.67%-
HSV(B)138.46º46.85%87.06%-
XYZ39.158.338.05-
YUV182.7109.5481.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.08%
GREEN value IS 222 (87.11% from 255) = 45.31%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=24.08%
G=45.31%
B=30.61%

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
Decimal1182221500.4700.320.13138.4661.1866.67
Hex76DE962F020D8a3d43
Octal166336226570401521275103
Binary1110110110111101001011010111101000001101100010101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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