Shades of De York #7CCC81
Tints of De York #7CCC81
RGB
CMYK
RGB Variations
Color information
#7CCC81 (or 0x7CCC81) is known color: De York. HEX triplet: 7C, CC and 81. RGB value is (124,204,129). Sum of RGB (Red+Green+Blue) = 124+204+129=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC81 is #83337E. Grayscale: #ABABAB. Windows color (decimal): -8598399 or 8506492. OLE color: 8506492.
HSL color Cylindrical-coordinate representation of color #7CCC81: hue angle of 123.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCC81 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 129 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.2 |
| HSL | 123.75º | 0.44% | 0.64% | - |
| HSV(B) | 123.75º | 0.39% | 0.8% | - |
| XYZ | 33.87 | 49.06 | 28.45 | - |
| YUV | 171.53 | 104 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 129 | 0.39 | 0 | 0.37 | 0.2 | 123.75 | 0.44 | 0.64 |
| Hex | 7C | CC | 81 | 27 | 0 | 25 | 14 | 7C | 2C | 40 |
| Octal | 174 | 314 | 201 | 47 | 0 | 45 | 24 | 174 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10000001 | 100111 | 0 | 100101 | 10100 | 1111100 | 101100 | 1000000 |
Color Harmonies of #7CCC81
Complementary color
Monochromatic Colors of #7CCC81
Black with #7CCC81
Text Example
Text Example
White with #7CCC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC81; }
p { color: rgb(124,204,129); }
H1.HeaderClassName
{
color: #7CCC81;
}
.AnyTagClassName
{
color: #7CCC81;
}
</style>
background-color css
<style>
a { background-color: #7CCC81; }
a { background-color: rgb(124,204,129); }
div.DivClassName
{
background-color: #7CCC81;
}
.BgClassName
{
background-color: #7CCC81;
}
</style>
border-color css
<style>
span { border-color: #7CCC81; }
span { border-color: rgb(124,204,129); }
td.TdClassName
{
border-color: #7CCC81;
}
.TagClassName
{
border-color: #7CCC81;
}
</style>