Shades of De York #76CF8E
Tints of De York #76CF8E
RGB
CMYK
RGB Variations
Color information
#76CF8E (or 0x76CF8E) is known color: De York. HEX triplet: 76, CF and 8E. RGB value is (118,207,142). Sum of RGB (Red+Green+Blue) = 118+207+142=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CF8E is #893071. Grayscale: #ADADAD. Windows color (decimal): -8990834 or 9359222. OLE color: 9359222.
HSL color Cylindrical-coordinate representation of color #76CF8E: hue angle of 136.18º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CF8E is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 142 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.19 |
| HSL | 136.18º | 0.48% | 0.64% | - |
| HSV(B) | 136.18º | 0.43% | 0.81% | - |
| XYZ | 34.67 | 50.43 | 33.5 | - |
| YUV | 172.98 | 110.51 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 142 | 0.43 | 0 | 0.31 | 0.19 | 136.18 | 0.48 | 0.64 |
| Hex | 76 | CF | 8E | 2B | 0 | 1F | 13 | 88 | 30 | 40 |
| Octal | 166 | 317 | 216 | 53 | 0 | 37 | 23 | 210 | 60 | 100 |
| Binary | 1110110 | 11001111 | 10001110 | 101011 | 0 | 11111 | 10011 | 10001000 | 110000 | 1000000 |
Color Harmonies of #76CF8E
Complementary color
Monochromatic Colors of #76CF8E
Black with #76CF8E
Text Example
Text Example
White with #76CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CF8E; }
p { color: rgb(118,207,142); }
H1.HeaderClassName
{
color: #76CF8E;
}
.AnyTagClassName
{
color: #76CF8E;
}
</style>
background-color css
<style>
a { background-color: #76CF8E; }
a { background-color: rgb(118,207,142); }
div.DivClassName
{
background-color: #76CF8E;
}
.BgClassName
{
background-color: #76CF8E;
}
</style>
border-color css
<style>
span { border-color: #76CF8E; }
span { border-color: rgb(118,207,142); }
td.TdClassName
{
border-color: #76CF8E;
}
.TagClassName
{
border-color: #76CF8E;
}
</style>