Shades of De York #7CC27C
Tints of De York #7CC27C
RGB
CMYK
RGB Variations
Color information
#7CC27C (or 0x7CC27C) is known color: De York. HEX triplet: 7C, C2 and 7C. RGB value is (124,194,124). Sum of RGB (Red+Green+Blue) = 124+194+124=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC27C is #833D83. Grayscale: #A5A5A5. Windows color (decimal): -8600964 or 8176252. OLE color: 8176252.
HSL color Cylindrical-coordinate representation of color #7CC27C: hue angle of 120º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC27C is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 124 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.24 |
| HSL | 120º | 0.36% | 0.62% | - |
| HSV(B) | 120º | 0.36% | 0.76% | - |
| XYZ | 31.24 | 44.32 | 25.98 | - |
| YUV | 165.09 | 104.81 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 124 | 0.36 | 0 | 0.36 | 0.24 | 120 | 0.36 | 0.62 |
| Hex | 7C | C2 | 7C | 24 | 0 | 24 | 18 | 78 | 24 | 3E |
| Octal | 174 | 302 | 174 | 44 | 0 | 44 | 30 | 170 | 44 | 76 |
| Binary | 1111100 | 11000010 | 1111100 | 100100 | 0 | 100100 | 11000 | 1111000 | 100100 | 111110 |
Color Harmonies of #7CC27C
Complementary color
Monochromatic Colors of #7CC27C
Black with #7CC27C
Text Example
Text Example
White with #7CC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC27C; }
p { color: rgb(124,194,124); }
H1.HeaderClassName
{
color: #7CC27C;
}
.AnyTagClassName
{
color: #7CC27C;
}
</style>
background-color css
<style>
a { background-color: #7CC27C; }
a { background-color: rgb(124,194,124); }
div.DivClassName
{
background-color: #7CC27C;
}
.BgClassName
{
background-color: #7CC27C;
}
</style>
border-color css
<style>
span { border-color: #7CC27C; }
span { border-color: rgb(124,194,124); }
td.TdClassName
{
border-color: #7CC27C;
}
.TagClassName
{
border-color: #7CC27C;
}
</style>