Shades of De York #7CC77D
Tints of De York #7CC77D
RGB
CMYK
RGB Variations
Color information
#7CC77D (or 0x7CC77D) is known color: De York. HEX triplet: 7C, C7 and 7D. RGB value is (124,199,125). Sum of RGB (Red+Green+Blue) = 124+199+125=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC77D is #833882. Grayscale: #A8A8A8. Windows color (decimal): -8599683 or 8243068. OLE color: 8243068.
HSL color Cylindrical-coordinate representation of color #7CC77D: hue angle of 120.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC77D is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 199 | 125 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.22 |
| HSL | 120.8º | 0.4% | 0.63% | - |
| HSV(B) | 120.8º | 0.38% | 0.78% | - |
| XYZ | 32.44 | 46.61 | 26.69 | - |
| YUV | 168.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 199 | 125 | 0.38 | 0 | 0.37 | 0.22 | 120.8 | 0.4 | 0.63 |
| Hex | 7C | C7 | 7D | 26 | 0 | 25 | 16 | 79 | 28 | 3F |
| Octal | 174 | 307 | 175 | 46 | 0 | 45 | 26 | 171 | 50 | 77 |
| Binary | 1111100 | 11000111 | 1111101 | 100110 | 0 | 100101 | 10110 | 1111001 | 101000 | 111111 |
Color Harmonies of #7CC77D
Complementary color
Monochromatic Colors of #7CC77D
Black with #7CC77D
Text Example
Text Example
White with #7CC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC77D; }
p { color: rgb(124,199,125); }
H1.HeaderClassName
{
color: #7CC77D;
}
.AnyTagClassName
{
color: #7CC77D;
}
</style>
background-color css
<style>
a { background-color: #7CC77D; }
a { background-color: rgb(124,199,125); }
div.DivClassName
{
background-color: #7CC77D;
}
.BgClassName
{
background-color: #7CC77D;
}
</style>
border-color css
<style>
span { border-color: #7CC77D; }
span { border-color: rgb(124,199,125); }
td.TdClassName
{
border-color: #7CC77D;
}
.TagClassName
{
border-color: #7CC77D;
}
</style>