Shades of De York #77DD94
Tints of De York #77DD94
RGB
CMYK
RGB Variations
Color information
#77DD94 (or 0x77DD94) is known color: De York. HEX triplet: 77, DD and 94. RGB value is (119,221,148). Sum of RGB (Red+Green+Blue) = 119+221+148=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DD94 is #88226B. Grayscale: #B6B6B6. Windows color (decimal): -8921708 or 9756023. OLE color: 9756023.
HSL color Cylindrical-coordinate representation of color #77DD94: hue angle of 137.06º 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 #77DD94 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 148 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.13 |
| HSL | 137.06º | 0.6% | 0.67% | - |
| HSV(B) | 137.06º | 0.46% | 0.87% | - |
| XYZ | 38.81 | 57.77 | 37.12 | - |
| YUV | 182.18 | 108.71 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 148 | 0.46 | 0 | 0.33 | 0.13 | 137.06 | 0.6 | 0.67 |
| Hex | 77 | DD | 94 | 2E | 0 | 21 | D | 89 | 3C | 43 |
| Octal | 167 | 335 | 224 | 56 | 0 | 41 | 15 | 211 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10010100 | 101110 | 0 | 100001 | 1101 | 10001001 | 111100 | 1000011 |
Color Harmonies of #77DD94
Complementary color
Monochromatic Colors of #77DD94
Black with #77DD94
Text Example
Text Example
White with #77DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD94; }
p { color: rgb(119,221,148); }
H1.HeaderClassName
{
color: #77DD94;
}
.AnyTagClassName
{
color: #77DD94;
}
</style>
background-color css
<style>
a { background-color: #77DD94; }
a { background-color: rgb(119,221,148); }
div.DivClassName
{
background-color: #77DD94;
}
.BgClassName
{
background-color: #77DD94;
}
</style>
border-color css
<style>
span { border-color: #77DD94; }
span { border-color: rgb(119,221,148); }
td.TdClassName
{
border-color: #77DD94;
}
.TagClassName
{
border-color: #77DD94;
}
</style>