Shades of De York #76CC8C
Tints of De York #76CC8C
RGB
CMYK
RGB Variations
Color information
#76CC8C (or 0x76CC8C) is known color: De York. HEX triplet: 76, CC and 8C. RGB value is (118,204,140). Sum of RGB (Red+Green+Blue) = 118+204+140=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CC8C is #893373. Grayscale: #ABABAB. Windows color (decimal): -8991604 or 9227382. OLE color: 9227382.
HSL color Cylindrical-coordinate representation of color #76CC8C: hue angle of 135.35º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CC8C is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 140 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.2 |
| HSL | 135.35º | 0.46% | 0.63% | - |
| HSV(B) | 135.35º | 0.42% | 0.8% | - |
| XYZ | 33.8 | 48.93 | 32.47 | - |
| YUV | 170.99 | 110.51 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 140 | 0.42 | 0 | 0.31 | 0.2 | 135.35 | 0.46 | 0.63 |
| Hex | 76 | CC | 8C | 2A | 0 | 1F | 14 | 87 | 2E | 3F |
| Octal | 166 | 314 | 214 | 52 | 0 | 37 | 24 | 207 | 56 | 77 |
| Binary | 1110110 | 11001100 | 10001100 | 101010 | 0 | 11111 | 10100 | 10000111 | 101110 | 111111 |
Color Harmonies of #76CC8C
Complementary color
Monochromatic Colors of #76CC8C
Black with #76CC8C
Text Example
Text Example
White with #76CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC8C; }
p { color: rgb(118,204,140); }
H1.HeaderClassName
{
color: #76CC8C;
}
.AnyTagClassName
{
color: #76CC8C;
}
</style>
background-color css
<style>
a { background-color: #76CC8C; }
a { background-color: rgb(118,204,140); }
div.DivClassName
{
background-color: #76CC8C;
}
.BgClassName
{
background-color: #76CC8C;
}
</style>
border-color css
<style>
span { border-color: #76CC8C; }
span { border-color: rgb(118,204,140); }
td.TdClassName
{
border-color: #76CC8C;
}
.TagClassName
{
border-color: #76CC8C;
}
</style>