Shades of De York #76CA84
Tints of De York #76CA84
RGB
CMYK
RGB Variations
Color information
#76CA84 (or 0x76CA84) is known color: De York. HEX triplet: 76, CA and 84. RGB value is (118,202,132). Sum of RGB (Red+Green+Blue) = 118+202+132=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA84 is #89357B. Grayscale: #A9A9A9. Windows color (decimal): -8992124 or 8702582. OLE color: 8702582.
HSL color Cylindrical-coordinate representation of color #76CA84: hue angle of 130º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CA84 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 132 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.21 |
| HSL | 130º | 0.44% | 0.63% | - |
| HSV(B) | 130º | 0.42% | 0.79% | - |
| XYZ | 32.76 | 47.76 | 29.32 | - |
| YUV | 168.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 132 | 0.42 | 0 | 0.35 | 0.21 | 130 | 0.44 | 0.63 |
| Hex | 76 | CA | 84 | 2A | 0 | 23 | 15 | 82 | 2C | 3F |
| Octal | 166 | 312 | 204 | 52 | 0 | 43 | 25 | 202 | 54 | 77 |
| Binary | 1110110 | 11001010 | 10000100 | 101010 | 0 | 100011 | 10101 | 10000010 | 101100 | 111111 |
Color Harmonies of #76CA84
Complementary color
Monochromatic Colors of #76CA84
Black with #76CA84
Text Example
Text Example
White with #76CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA84; }
p { color: rgb(118,202,132); }
H1.HeaderClassName
{
color: #76CA84;
}
.AnyTagClassName
{
color: #76CA84;
}
</style>
background-color css
<style>
a { background-color: #76CA84; }
a { background-color: rgb(118,202,132); }
div.DivClassName
{
background-color: #76CA84;
}
.BgClassName
{
background-color: #76CA84;
}
</style>
border-color css
<style>
span { border-color: #76CA84; }
span { border-color: rgb(118,202,132); }
td.TdClassName
{
border-color: #76CA84;
}
.TagClassName
{
border-color: #76CA84;
}
</style>