Shades of De York #7CCD92
Tints of De York #7CCD92
RGB
CMYK
RGB Variations
Color information
#7CCD92 (or 0x7CCD92) is known color: De York. HEX triplet: 7C, CD and 92. RGB value is (124,205,146). Sum of RGB (Red+Green+Blue) = 124+205+146=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD92 is #83326D. Grayscale: #AEAEAE. Windows color (decimal): -8598126 or 9620860. OLE color: 9620860.
HSL color Cylindrical-coordinate representation of color #7CCD92: hue angle of 136.3º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCD92 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 146 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.20 |
| HSL | 136.3º | 0.45% | 0.65% | - |
| HSV(B) | 136.3º | 0.4% | 0.8% | - |
| XYZ | 35.33 | 50.02 | 34.99 | - |
| YUV | 174.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 146 | 0.40 | 0 | 0.29 | 0.20 | 136.3 | 0.45 | 0.65 |
| Hex | 7C | CD | 92 | 28 | 0 | 1D | 14 | 88 | 2D | 41 |
| Octal | 174 | 315 | 222 | 50 | 0 | 35 | 24 | 210 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10010010 | 101000 | 0 | 11101 | 10100 | 10001000 | 101101 | 1000001 |
Color Harmonies of #7CCD92
Complementary color
Monochromatic Colors of #7CCD92
Black with #7CCD92
Text Example
Text Example
White with #7CCD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD92; }
p { color: rgb(124,205,146); }
H1.HeaderClassName
{
color: #7CCD92;
}
.AnyTagClassName
{
color: #7CCD92;
}
</style>
background-color css
<style>
a { background-color: #7CCD92; }
a { background-color: rgb(124,205,146); }
div.DivClassName
{
background-color: #7CCD92;
}
.BgClassName
{
background-color: #7CCD92;
}
</style>
border-color css
<style>
span { border-color: #7CCD92; }
span { border-color: rgb(124,205,146); }
td.TdClassName
{
border-color: #7CCD92;
}
.TagClassName
{
border-color: #7CCD92;
}
</style>