Shades of De York #7CCA85
Tints of De York #7CCA85
RGB
CMYK
RGB Variations
Color information
#7CCA85 (or 0x7CCA85) is known color: De York. HEX triplet: 7C, CA and 85. RGB value is (124,202,133). Sum of RGB (Red+Green+Blue) = 124+202+133=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCA85 is #83357A. Grayscale: #ABABAB. Windows color (decimal): -8598907 or 8768124. OLE color: 8768124.
HSL color Cylindrical-coordinate representation of color #7CCA85: hue angle of 126.92º 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 #7CCA85 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 133 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.21 |
| HSL | 126.92º | 0.42% | 0.64% | - |
| HSV(B) | 126.92º | 0.39% | 0.79% | - |
| XYZ | 33.67 | 48.22 | 29.72 | - |
| YUV | 170.81 | 106.66 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 133 | 0.39 | 0 | 0.34 | 0.21 | 126.92 | 0.42 | 0.64 |
| Hex | 7C | CA | 85 | 27 | 0 | 22 | 15 | 7F | 2A | 40 |
| Octal | 174 | 312 | 205 | 47 | 0 | 42 | 25 | 177 | 52 | 100 |
| Binary | 1111100 | 11001010 | 10000101 | 100111 | 0 | 100010 | 10101 | 1111111 | 101010 | 1000000 |
Color Harmonies of #7CCA85
Complementary color
Monochromatic Colors of #7CCA85
Black with #7CCA85
Text Example
Text Example
White with #7CCA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA85; }
p { color: rgb(124,202,133); }
H1.HeaderClassName
{
color: #7CCA85;
}
.AnyTagClassName
{
color: #7CCA85;
}
</style>
background-color css
<style>
a { background-color: #7CCA85; }
a { background-color: rgb(124,202,133); }
div.DivClassName
{
background-color: #7CCA85;
}
.BgClassName
{
background-color: #7CCA85;
}
</style>
border-color css
<style>
span { border-color: #7CCA85; }
span { border-color: rgb(124,202,133); }
td.TdClassName
{
border-color: #7CCA85;
}
.TagClassName
{
border-color: #7CCA85;
}
</style>