Shades of De York #7CCC8D
Tints of De York #7CCC8D
RGB
CMYK
RGB Variations
Color information
#7CCC8D (or 0x7CCC8D) is known color: De York. HEX triplet: 7C, CC and 8D. RGB value is (124,204,141). Sum of RGB (Red+Green+Blue) = 124+204+141=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC8D is #833372. Grayscale: #ADADAD. Windows color (decimal): -8598387 or 9292924. OLE color: 9292924.
HSL color Cylindrical-coordinate representation of color #7CCC8D: hue angle of 132.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 #7CCC8D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 141 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.2 |
| HSL | 132.75º | 0.44% | 0.64% | - |
| HSV(B) | 132.75º | 0.39% | 0.8% | - |
| XYZ | 34.71 | 49.39 | 32.9 | - |
| YUV | 172.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 141 | 0.39 | 0 | 0.31 | 0.2 | 132.75 | 0.44 | 0.64 |
| Hex | 7C | CC | 8D | 27 | 0 | 1F | 14 | 85 | 2C | 40 |
| Octal | 174 | 314 | 215 | 47 | 0 | 37 | 24 | 205 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10001101 | 100111 | 0 | 11111 | 10100 | 10000101 | 101100 | 1000000 |
Color Harmonies of #7CCC8D
Complementary color
Monochromatic Colors of #7CCC8D
Black with #7CCC8D
Text Example
Text Example
White with #7CCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC8D; }
p { color: rgb(124,204,141); }
H1.HeaderClassName
{
color: #7CCC8D;
}
.AnyTagClassName
{
color: #7CCC8D;
}
</style>
background-color css
<style>
a { background-color: #7CCC8D; }
a { background-color: rgb(124,204,141); }
div.DivClassName
{
background-color: #7CCC8D;
}
.BgClassName
{
background-color: #7CCC8D;
}
</style>
border-color css
<style>
span { border-color: #7CCC8D; }
span { border-color: rgb(124,204,141); }
td.TdClassName
{
border-color: #7CCC8D;
}
.TagClassName
{
border-color: #7CCC8D;
}
</style>