Shades of De York #77D992
Tints of De York #77D992
RGB
CMYK
RGB Variations
Color information
#77D992 (or 0x77D992) is known color: De York. HEX triplet: 77, D9 and 92. RGB value is (119,217,146). Sum of RGB (Red+Green+Blue) = 119+217+146=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #77D992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D992 is #88266D. Grayscale: #B3B3B3. Windows color (decimal): -8922734 or 9623927. OLE color: 9623927.
HSL color Cylindrical-coordinate representation of color #77D992: hue angle of 136.53º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D992 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 217 | 146 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.15 |
| HSL | 136.53º | 0.56% | 0.66% | - |
| HSV(B) | 136.53º | 0.45% | 0.85% | - |
| XYZ | 37.61 | 55.62 | 35.95 | - |
| YUV | 179.6 | 109.03 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 217 | 146 | 0.45 | 0 | 0.33 | 0.15 | 136.53 | 0.56 | 0.66 |
| Hex | 77 | D9 | 92 | 2D | 0 | 21 | F | 89 | 38 | 42 |
| Octal | 167 | 331 | 222 | 55 | 0 | 41 | 17 | 211 | 70 | 102 |
| Binary | 1110111 | 11011001 | 10010010 | 101101 | 0 | 100001 | 1111 | 10001001 | 111000 | 1000010 |
Color Harmonies of #77D992
Complementary color
Monochromatic Colors of #77D992
Black with #77D992
Text Example
Text Example
White with #77D992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D992; }
p { color: rgb(119,217,146); }
H1.HeaderClassName
{
color: #77D992;
}
.AnyTagClassName
{
color: #77D992;
}
</style>
background-color css
<style>
a { background-color: #77D992; }
a { background-color: rgb(119,217,146); }
div.DivClassName
{
background-color: #77D992;
}
.BgClassName
{
background-color: #77D992;
}
</style>
border-color css
<style>
span { border-color: #77D992; }
span { border-color: rgb(119,217,146); }
td.TdClassName
{
border-color: #77D992;
}
.TagClassName
{
border-color: #77D992;
}
</style>