Shades of De York #7CCD85
Tints of De York #7CCD85
RGB
CMYK
RGB Variations
Color information
#7CCD85 (or 0x7CCD85) is known color: De York. HEX triplet: 7C, CD and 85. RGB value is (124,205,133). Sum of RGB (Red+Green+Blue) = 124+205+133=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD85 is #83327A. Grayscale: #ACACAC. Windows color (decimal): -8598139 or 8768892. OLE color: 8768892.
HSL color Cylindrical-coordinate representation of color #7CCD85: hue angle of 126.67º 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 #7CCD85 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 133 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.20 |
| HSL | 126.67º | 0.45% | 0.65% | - |
| HSV(B) | 126.67º | 0.4% | 0.8% | - |
| XYZ | 34.38 | 49.64 | 29.96 | - |
| YUV | 172.57 | 105.66 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 133 | 0.40 | 0 | 0.35 | 0.20 | 126.67 | 0.45 | 0.65 |
| Hex | 7C | CD | 85 | 28 | 0 | 23 | 14 | 7F | 2D | 41 |
| Octal | 174 | 315 | 205 | 50 | 0 | 43 | 24 | 177 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10000101 | 101000 | 0 | 100011 | 10100 | 1111111 | 101101 | 1000001 |
Color Harmonies of #7CCD85
Complementary color
Monochromatic Colors of #7CCD85
Black with #7CCD85
Text Example
Text Example
White with #7CCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD85; }
p { color: rgb(124,205,133); }
H1.HeaderClassName
{
color: #7CCD85;
}
.AnyTagClassName
{
color: #7CCD85;
}
</style>
background-color css
<style>
a { background-color: #7CCD85; }
a { background-color: rgb(124,205,133); }
div.DivClassName
{
background-color: #7CCD85;
}
.BgClassName
{
background-color: #7CCD85;
}
</style>
border-color css
<style>
span { border-color: #7CCD85; }
span { border-color: rgb(124,205,133); }
td.TdClassName
{
border-color: #7CCD85;
}
.TagClassName
{
border-color: #7CCD85;
}
</style>