Shades of De York #7CC07F
Tints of De York #7CC07F
RGB
CMYK
RGB Variations
Color information
#7CC07F (or 0x7CC07F) is known color: De York. HEX triplet: 7C, C0 and 7F. RGB value is (124,192,127). Sum of RGB (Red+Green+Blue) = 124+192+127=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC07F is #833F80. Grayscale: #A4A4A4. Windows color (decimal): -8601473 or 8372348. OLE color: 8372348.
HSL color Cylindrical-coordinate representation of color #7CC07F: hue angle of 122.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC07F is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 127 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.25 |
| HSL | 122.65º | 0.35% | 0.62% | - |
| HSV(B) | 122.65º | 0.35% | 0.75% | - |
| XYZ | 30.99 | 43.52 | 26.84 | - |
| YUV | 164.26 | 106.97 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 127 | 0.35 | 0 | 0.34 | 0.25 | 122.65 | 0.35 | 0.62 |
| Hex | 7C | C0 | 7F | 23 | 0 | 22 | 19 | 7B | 23 | 3E |
| Octal | 174 | 300 | 177 | 43 | 0 | 42 | 31 | 173 | 43 | 76 |
| Binary | 1111100 | 11000000 | 1111111 | 100011 | 0 | 100010 | 11001 | 1111011 | 100011 | 111110 |
Color Harmonies of #7CC07F
Complementary color
Monochromatic Colors of #7CC07F
Black with #7CC07F
Text Example
Text Example
White with #7CC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC07F; }
p { color: rgb(124,192,127); }
H1.HeaderClassName
{
color: #7CC07F;
}
.AnyTagClassName
{
color: #7CC07F;
}
</style>
background-color css
<style>
a { background-color: #7CC07F; }
a { background-color: rgb(124,192,127); }
div.DivClassName
{
background-color: #7CC07F;
}
.BgClassName
{
background-color: #7CC07F;
}
</style>
border-color css
<style>
span { border-color: #7CC07F; }
span { border-color: rgb(124,192,127); }
td.TdClassName
{
border-color: #7CC07F;
}
.TagClassName
{
border-color: #7CC07F;
}
</style>