Shades of De York #7FD294
Tints of De York #7FD294
RGB
CMYK
RGB Variations
Color information
#7FD294 (or 0x7FD294) is known color: De York. HEX triplet: 7F, D2 and 94. RGB value is (127,210,148). Sum of RGB (Red+Green+Blue) = 127+210+148=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD294 is #802D6B. Grayscale: #B2B2B2. Windows color (decimal): -8400236 or 9753215. OLE color: 9753215.
HSL color Cylindrical-coordinate representation of color #7FD294: hue angle of 135.18º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD294 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 210 | 148 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.18 |
| HSL | 135.18º | 0.48% | 0.66% | - |
| HSV(B) | 135.18º | 0.4% | 0.82% | - |
| XYZ | 37.14 | 52.74 | 36.24 | - |
| YUV | 178.12 | 111 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 210 | 148 | 0.40 | 0 | 0.30 | 0.18 | 135.18 | 0.48 | 0.66 |
| Hex | 7F | D2 | 94 | 28 | 0 | 1E | 12 | 87 | 30 | 42 |
| Octal | 177 | 322 | 224 | 50 | 0 | 36 | 22 | 207 | 60 | 102 |
| Binary | 1111111 | 11010010 | 10010100 | 101000 | 0 | 11110 | 10010 | 10000111 | 110000 | 1000010 |
Color Harmonies of #7FD294
Complementary color
Monochromatic Colors of #7FD294
Black with #7FD294
Text Example
Text Example
White with #7FD294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD294; }
p { color: rgb(127,210,148); }
H1.HeaderClassName
{
color: #7FD294;
}
.AnyTagClassName
{
color: #7FD294;
}
</style>
background-color css
<style>
a { background-color: #7FD294; }
a { background-color: rgb(127,210,148); }
div.DivClassName
{
background-color: #7FD294;
}
.BgClassName
{
background-color: #7FD294;
}
</style>
border-color css
<style>
span { border-color: #7FD294; }
span { border-color: rgb(127,210,148); }
td.TdClassName
{
border-color: #7FD294;
}
.TagClassName
{
border-color: #7FD294;
}
</style>