Shades of De York #77CC8C
Tints of De York #77CC8C
RGB
CMYK
RGB Variations
Color information
#77CC8C (or 0x77CC8C) is known color: De York. HEX triplet: 77, CC and 8C. RGB value is (119,204,140). Sum of RGB (Red+Green+Blue) = 119+204+140=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CC8C is #883373. Grayscale: #ABABAB. Windows color (decimal): -8926068 or 9227383. OLE color: 9227383.
HSL color Cylindrical-coordinate representation of color #77CC8C: hue angle of 134.82º 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 #77CC8C is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 140 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.2 |
| HSL | 134.82º | 0.45% | 0.63% | - |
| HSV(B) | 134.82º | 0.42% | 0.8% | - |
| XYZ | 33.93 | 49 | 32.48 | - |
| YUV | 171.29 | 110.34 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 140 | 0.42 | 0 | 0.31 | 0.2 | 134.82 | 0.45 | 0.63 |
| Hex | 77 | CC | 8C | 2A | 0 | 1F | 14 | 87 | 2D | 3F |
| Octal | 167 | 314 | 214 | 52 | 0 | 37 | 24 | 207 | 55 | 77 |
| Binary | 1110111 | 11001100 | 10001100 | 101010 | 0 | 11111 | 10100 | 10000111 | 101101 | 111111 |
Color Harmonies of #77CC8C
Complementary color
Monochromatic Colors of #77CC8C
Black with #77CC8C
Text Example
Text Example
White with #77CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC8C; }
p { color: rgb(119,204,140); }
H1.HeaderClassName
{
color: #77CC8C;
}
.AnyTagClassName
{
color: #77CC8C;
}
</style>
background-color css
<style>
a { background-color: #77CC8C; }
a { background-color: rgb(119,204,140); }
div.DivClassName
{
background-color: #77CC8C;
}
.BgClassName
{
background-color: #77CC8C;
}
</style>
border-color css
<style>
span { border-color: #77CC8C; }
span { border-color: rgb(119,204,140); }
td.TdClassName
{
border-color: #77CC8C;
}
.TagClassName
{
border-color: #77CC8C;
}
</style>