Shades of De York #77DD97
Tints of De York #77DD97
RGB
CMYK
RGB Variations
Color information
#77DD97 (or 0x77DD97) is known color: De York. HEX triplet: 77, DD and 97. RGB value is (119,221,151). Sum of RGB (Red+Green+Blue) = 119+221+151=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DD97 is #882268. Grayscale: #B6B6B6. Windows color (decimal): -8921705 or 9952631. OLE color: 9952631.
HSL color Cylindrical-coordinate representation of color #77DD97: hue angle of 138.82º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DD97 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 151 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.13 |
| HSL | 138.82º | 0.6% | 0.67% | - |
| HSV(B) | 138.82º | 0.46% | 0.87% | - |
| XYZ | 39.05 | 57.87 | 38.39 | - |
| YUV | 182.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 151 | 0.46 | 0 | 0.32 | 0.13 | 138.82 | 0.6 | 0.67 |
| Hex | 77 | DD | 97 | 2E | 0 | 20 | D | 8B | 3C | 43 |
| Octal | 167 | 335 | 227 | 56 | 0 | 40 | 15 | 213 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10010111 | 101110 | 0 | 100000 | 1101 | 10001011 | 111100 | 1000011 |
Color Harmonies of #77DD97
Complementary color
Monochromatic Colors of #77DD97
Black with #77DD97
Text Example
Text Example
White with #77DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD97; }
p { color: rgb(119,221,151); }
H1.HeaderClassName
{
color: #77DD97;
}
.AnyTagClassName
{
color: #77DD97;
}
</style>
background-color css
<style>
a { background-color: #77DD97; }
a { background-color: rgb(119,221,151); }
div.DivClassName
{
background-color: #77DD97;
}
.BgClassName
{
background-color: #77DD97;
}
</style>
border-color css
<style>
span { border-color: #77DD97; }
span { border-color: rgb(119,221,151); }
td.TdClassName
{
border-color: #77DD97;
}
.TagClassName
{
border-color: #77DD97;
}
</style>