Shades of De York #7FD488
Tints of De York #7FD488
RGB
CMYK
RGB Variations
Color information
#7FD488 (or 0x7FD488) is known color: De York. HEX triplet: 7F, D4 and 88. RGB value is (127,212,136). Sum of RGB (Red+Green+Blue) = 127+212+136=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD488 is #802B77. Grayscale: #B2B2B2. Windows color (decimal): -8399736 or 8967295. OLE color: 8967295.
HSL color Cylindrical-coordinate representation of color #7FD488: hue angle of 126.35º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD488 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 212 | 136 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.17 |
| HSL | 126.35º | 0.5% | 0.66% | - |
| HSV(B) | 126.35º | 0.4% | 0.83% | - |
| XYZ | 36.74 | 53.38 | 31.66 | - |
| YUV | 177.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 212 | 136 | 0.40 | 0 | 0.36 | 0.17 | 126.35 | 0.5 | 0.66 |
| Hex | 7F | D4 | 88 | 28 | 0 | 24 | 11 | 7E | 32 | 42 |
| Octal | 177 | 324 | 210 | 50 | 0 | 44 | 21 | 176 | 62 | 102 |
| Binary | 1111111 | 11010100 | 10001000 | 101000 | 0 | 100100 | 10001 | 1111110 | 110010 | 1000010 |
Color Harmonies of #7FD488
Complementary color
Monochromatic Colors of #7FD488
Black with #7FD488
Text Example
Text Example
White with #7FD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD488; }
p { color: rgb(127,212,136); }
H1.HeaderClassName
{
color: #7FD488;
}
.AnyTagClassName
{
color: #7FD488;
}
</style>
background-color css
<style>
a { background-color: #7FD488; }
a { background-color: rgb(127,212,136); }
div.DivClassName
{
background-color: #7FD488;
}
.BgClassName
{
background-color: #7FD488;
}
</style>
border-color css
<style>
span { border-color: #7FD488; }
span { border-color: rgb(127,212,136); }
td.TdClassName
{
border-color: #7FD488;
}
.TagClassName
{
border-color: #7FD488;
}
</style>