Shades of De York #7CCA84
Tints of De York #7CCA84
RGB
CMYK
RGB Variations
Color information
#7CCA84 (or 0x7CCA84) is known color: De York. HEX triplet: 7C, CA and 84. RGB value is (124,202,132). Sum of RGB (Red+Green+Blue) = 124+202+132=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCA84 is #83357B. Grayscale: #AAAAAA. Windows color (decimal): -8598908 or 8702588. OLE color: 8702588.
HSL color Cylindrical-coordinate representation of color #7CCA84: hue angle of 126.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCA84 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 132 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.21 |
| HSL | 126.15º | 0.42% | 0.64% | - |
| HSV(B) | 126.15º | 0.39% | 0.79% | - |
| XYZ | 33.6 | 48.19 | 29.36 | - |
| YUV | 170.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 132 | 0.39 | 0 | 0.35 | 0.21 | 126.15 | 0.42 | 0.64 |
| Hex | 7C | CA | 84 | 27 | 0 | 23 | 15 | 7E | 2A | 40 |
| Octal | 174 | 312 | 204 | 47 | 0 | 43 | 25 | 176 | 52 | 100 |
| Binary | 1111100 | 11001010 | 10000100 | 100111 | 0 | 100011 | 10101 | 1111110 | 101010 | 1000000 |
Color Harmonies of #7CCA84
Complementary color
Monochromatic Colors of #7CCA84
Black with #7CCA84
Text Example
Text Example
White with #7CCA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA84; }
p { color: rgb(124,202,132); }
H1.HeaderClassName
{
color: #7CCA84;
}
.AnyTagClassName
{
color: #7CCA84;
}
</style>
background-color css
<style>
a { background-color: #7CCA84; }
a { background-color: rgb(124,202,132); }
div.DivClassName
{
background-color: #7CCA84;
}
.BgClassName
{
background-color: #7CCA84;
}
</style>
border-color css
<style>
span { border-color: #7CCA84; }
span { border-color: rgb(124,202,132); }
td.TdClassName
{
border-color: #7CCA84;
}
.TagClassName
{
border-color: #7CCA84;
}
</style>