Shades of De York #7CC273
Tints of De York #7CC273
RGB
CMYK
RGB Variations
Color information
#7CC273 (or 0x7CC273) is known color: De York. HEX triplet: 7C, C2 and 73. RGB value is (124,194,115). Sum of RGB (Red+Green+Blue) = 124+194+115=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC273 is #833D8C. Grayscale: #A4A4A4. Windows color (decimal): -8600973 or 7586428. OLE color: 7586428.
HSL color Cylindrical-coordinate representation of color #7CC273: hue angle of 113.16º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CC273 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 115 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.24 |
| HSL | 113.16º | 0.39% | 0.61% | - |
| HSV(B) | 113.16º | 0.41% | 0.76% | - |
| XYZ | 30.7 | 44.11 | 23.12 | - |
| YUV | 164.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 115 | 0.36 | 0 | 0.41 | 0.24 | 113.16 | 0.39 | 0.61 |
| Hex | 7C | C2 | 73 | 24 | 0 | 29 | 18 | 71 | 27 | 3D |
| Octal | 174 | 302 | 163 | 44 | 0 | 51 | 30 | 161 | 47 | 75 |
| Binary | 1111100 | 11000010 | 1110011 | 100100 | 0 | 101001 | 11000 | 1110001 | 100111 | 111101 |
Color Harmonies of #7CC273
Complementary color
Monochromatic Colors of #7CC273
Black with #7CC273
Text Example
Text Example
White with #7CC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC273; }
p { color: rgb(124,194,115); }
H1.HeaderClassName
{
color: #7CC273;
}
.AnyTagClassName
{
color: #7CC273;
}
</style>
background-color css
<style>
a { background-color: #7CC273; }
a { background-color: rgb(124,194,115); }
div.DivClassName
{
background-color: #7CC273;
}
.BgClassName
{
background-color: #7CC273;
}
</style>
border-color css
<style>
span { border-color: #7CC273; }
span { border-color: rgb(124,194,115); }
td.TdClassName
{
border-color: #7CC273;
}
.TagClassName
{
border-color: #7CC273;
}
</style>