Shades of De York #77CC8D
Tints of De York #77CC8D
RGB
CMYK
RGB Variations
Color information
#77CC8D (or 0x77CC8D) is known color: De York. HEX triplet: 77, CC and 8D. RGB value is (119,204,141). Sum of RGB (Red+Green+Blue) = 119+204+141=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CC8D is #883372. Grayscale: #ABABAB. Windows color (decimal): -8926067 or 9292919. OLE color: 9292919.
HSL color Cylindrical-coordinate representation of color #77CC8D: hue angle of 135.53º 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 #77CC8D is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 141 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.2 |
| HSL | 135.53º | 0.45% | 0.63% | - |
| HSV(B) | 135.53º | 0.42% | 0.8% | - |
| XYZ | 34.01 | 49.03 | 32.87 | - |
| YUV | 171.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 141 | 0.42 | 0 | 0.31 | 0.2 | 135.53 | 0.45 | 0.63 |
| Hex | 77 | CC | 8D | 2A | 0 | 1F | 14 | 88 | 2D | 3F |
| Octal | 167 | 314 | 215 | 52 | 0 | 37 | 24 | 210 | 55 | 77 |
| Binary | 1110111 | 11001100 | 10001101 | 101010 | 0 | 11111 | 10100 | 10001000 | 101101 | 111111 |
Color Harmonies of #77CC8D
Complementary color
Monochromatic Colors of #77CC8D
Black with #77CC8D
Text Example
Text Example
White with #77CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC8D; }
p { color: rgb(119,204,141); }
H1.HeaderClassName
{
color: #77CC8D;
}
.AnyTagClassName
{
color: #77CC8D;
}
</style>
background-color css
<style>
a { background-color: #77CC8D; }
a { background-color: rgb(119,204,141); }
div.DivClassName
{
background-color: #77CC8D;
}
.BgClassName
{
background-color: #77CC8D;
}
</style>
border-color css
<style>
span { border-color: #77CC8D; }
span { border-color: rgb(119,204,141); }
td.TdClassName
{
border-color: #77CC8D;
}
.TagClassName
{
border-color: #77CC8D;
}
</style>