Shades of De York #7CCE7F
Tints of De York #7CCE7F
RGB
CMYK
RGB Variations
Color information
#7CCE7F (or 0x7CCE7F) is known color: De York. HEX triplet: 7C, CE and 7F. RGB value is (124,206,127). Sum of RGB (Red+Green+Blue) = 124+206+127=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCE7F is #833180. Grayscale: #ACACAC. Windows color (decimal): -8597889 or 8375932. OLE color: 8375932.
HSL color Cylindrical-coordinate representation of color #7CCE7F: hue angle of 122.2º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCE7F is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 127 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.19 |
| HSL | 122.2º | 0.46% | 0.65% | - |
| HSV(B) | 122.2º | 0.4% | 0.81% | - |
| XYZ | 34.21 | 49.96 | 27.92 | - |
| YUV | 172.48 | 102.33 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 127 | 0.40 | 0 | 0.38 | 0.19 | 122.2 | 0.46 | 0.65 |
| Hex | 7C | CE | 7F | 28 | 0 | 26 | 13 | 7A | 2E | 41 |
| Octal | 174 | 316 | 177 | 50 | 0 | 46 | 23 | 172 | 56 | 101 |
| Binary | 1111100 | 11001110 | 1111111 | 101000 | 0 | 100110 | 10011 | 1111010 | 101110 | 1000001 |
Color Harmonies of #7CCE7F
Complementary color
Monochromatic Colors of #7CCE7F
Black with #7CCE7F
Text Example
Text Example
White with #7CCE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE7F; }
p { color: rgb(124,206,127); }
H1.HeaderClassName
{
color: #7CCE7F;
}
.AnyTagClassName
{
color: #7CCE7F;
}
</style>
background-color css
<style>
a { background-color: #7CCE7F; }
a { background-color: rgb(124,206,127); }
div.DivClassName
{
background-color: #7CCE7F;
}
.BgClassName
{
background-color: #7CCE7F;
}
</style>
border-color css
<style>
span { border-color: #7CCE7F; }
span { border-color: rgb(124,206,127); }
td.TdClassName
{
border-color: #7CCE7F;
}
.TagClassName
{
border-color: #7CCE7F;
}
</style>