Shades of De York #7CCA81
Tints of De York #7CCA81
RGB
CMYK
RGB Variations
Color information
#7CCA81 (or 0x7CCA81) is known color: De York. HEX triplet: 7C, CA and 81. RGB value is (124,202,129). Sum of RGB (Red+Green+Blue) = 124+202+129=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCA81 is #83357E. Grayscale: #AAAAAA. Windows color (decimal): -8598911 or 8505980. OLE color: 8505980.
HSL color Cylindrical-coordinate representation of color #7CCA81: hue angle of 123.85º 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 #7CCA81 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 129 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.21 |
| HSL | 123.85º | 0.42% | 0.64% | - |
| HSV(B) | 123.85º | 0.39% | 0.79% | - |
| XYZ | 33.4 | 48.11 | 28.3 | - |
| YUV | 170.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 129 | 0.39 | 0 | 0.36 | 0.21 | 123.85 | 0.42 | 0.64 |
| Hex | 7C | CA | 81 | 27 | 0 | 24 | 15 | 7C | 2A | 40 |
| Octal | 174 | 312 | 201 | 47 | 0 | 44 | 25 | 174 | 52 | 100 |
| Binary | 1111100 | 11001010 | 10000001 | 100111 | 0 | 100100 | 10101 | 1111100 | 101010 | 1000000 |
Color Harmonies of #7CCA81
Complementary color
Monochromatic Colors of #7CCA81
Black with #7CCA81
Text Example
Text Example
White with #7CCA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA81; }
p { color: rgb(124,202,129); }
H1.HeaderClassName
{
color: #7CCA81;
}
.AnyTagClassName
{
color: #7CCA81;
}
</style>
background-color css
<style>
a { background-color: #7CCA81; }
a { background-color: rgb(124,202,129); }
div.DivClassName
{
background-color: #7CCA81;
}
.BgClassName
{
background-color: #7CCA81;
}
</style>
border-color css
<style>
span { border-color: #7CCA81; }
span { border-color: rgb(124,202,129); }
td.TdClassName
{
border-color: #7CCA81;
}
.TagClassName
{
border-color: #7CCA81;
}
</style>