Shades of De York #77CC7E
Tints of De York #77CC7E
RGB
CMYK
RGB Variations
Color information
#77CC7E (or 0x77CC7E) is known color: De York. HEX triplet: 77, CC and 7E. RGB value is (119,204,126). Sum of RGB (Red+Green+Blue) = 119+204+126=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CC7E is #883381. Grayscale: #A9A9A9. Windows color (decimal): -8926082 or 8309879. OLE color: 8309879.
HSL color Cylindrical-coordinate representation of color #77CC7E: hue angle of 124.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CC7E is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 126 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.2 |
| HSL | 124.94º | 0.45% | 0.63% | - |
| HSV(B) | 124.94º | 0.42% | 0.8% | - |
| XYZ | 32.97 | 48.61 | 27.38 | - |
| YUV | 169.69 | 103.34 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 126 | 0.42 | 0 | 0.38 | 0.2 | 124.94 | 0.45 | 0.63 |
| Hex | 77 | CC | 7E | 2A | 0 | 26 | 14 | 7D | 2D | 3F |
| Octal | 167 | 314 | 176 | 52 | 0 | 46 | 24 | 175 | 55 | 77 |
| Binary | 1110111 | 11001100 | 1111110 | 101010 | 0 | 100110 | 10100 | 1111101 | 101101 | 111111 |
Color Harmonies of #77CC7E
Complementary color
Monochromatic Colors of #77CC7E
Black with #77CC7E
Text Example
Text Example
White with #77CC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC7E; }
p { color: rgb(119,204,126); }
H1.HeaderClassName
{
color: #77CC7E;
}
.AnyTagClassName
{
color: #77CC7E;
}
</style>
background-color css
<style>
a { background-color: #77CC7E; }
a { background-color: rgb(119,204,126); }
div.DivClassName
{
background-color: #77CC7E;
}
.BgClassName
{
background-color: #77CC7E;
}
</style>
border-color css
<style>
span { border-color: #77CC7E; }
span { border-color: rgb(119,204,126); }
td.TdClassName
{
border-color: #77CC7E;
}
.TagClassName
{
border-color: #77CC7E;
}
</style>