Shades of De York #77DD95
Tints of De York #77DD95
RGB
CMYK
RGB Variations
Color information
#77DD95 (or 0x77DD95) is known color: De York. HEX triplet: 77, DD and 95. RGB value is (119,221,149). Sum of RGB (Red+Green+Blue) = 119+221+149=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DD95 is #88226A. Grayscale: #B6B6B6. Windows color (decimal): -8921707 or 9821559. OLE color: 9821559.
HSL color Cylindrical-coordinate representation of color #77DD95: hue angle of 137.65º 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 #77DD95 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 149 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.13 |
| HSL | 137.65º | 0.6% | 0.67% | - |
| HSV(B) | 137.65º | 0.46% | 0.87% | - |
| XYZ | 38.89 | 57.8 | 37.54 | - |
| YUV | 182.29 | 109.21 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 149 | 0.46 | 0 | 0.33 | 0.13 | 137.65 | 0.6 | 0.67 |
| Hex | 77 | DD | 95 | 2E | 0 | 21 | D | 8A | 3C | 43 |
| Octal | 167 | 335 | 225 | 56 | 0 | 41 | 15 | 212 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10010101 | 101110 | 0 | 100001 | 1101 | 10001010 | 111100 | 1000011 |
Color Harmonies of #77DD95
Complementary color
Monochromatic Colors of #77DD95
Black with #77DD95
Text Example
Text Example
White with #77DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD95; }
p { color: rgb(119,221,149); }
H1.HeaderClassName
{
color: #77DD95;
}
.AnyTagClassName
{
color: #77DD95;
}
</style>
background-color css
<style>
a { background-color: #77DD95; }
a { background-color: rgb(119,221,149); }
div.DivClassName
{
background-color: #77DD95;
}
.BgClassName
{
background-color: #77DD95;
}
</style>
border-color css
<style>
span { border-color: #77DD95; }
span { border-color: rgb(119,221,149); }
td.TdClassName
{
border-color: #77DD95;
}
.TagClassName
{
border-color: #77DD95;
}
</style>