Shades of De York #77DB95
Tints of De York #77DB95
RGB
CMYK
RGB Variations
Color information
#77DB95 (or 0x77DB95) is known color: De York. HEX triplet: 77, DB and 95. RGB value is (119,219,149). Sum of RGB (Red+Green+Blue) = 119+219+149=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DB95 is #88246A. Grayscale: #B5B5B5. Windows color (decimal): -8922219 or 9821047. OLE color: 9821047.
HSL color Cylindrical-coordinate representation of color #77DB95: hue angle of 138º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DB95 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 149 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.14 |
| HSL | 138º | 0.58% | 0.66% | - |
| HSV(B) | 138º | 0.46% | 0.86% | - |
| XYZ | 38.36 | 56.75 | 37.37 | - |
| YUV | 181.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 149 | 0.46 | 0 | 0.32 | 0.14 | 138 | 0.58 | 0.66 |
| Hex | 77 | DB | 95 | 2E | 0 | 20 | E | 8A | 3A | 42 |
| Octal | 167 | 333 | 225 | 56 | 0 | 40 | 16 | 212 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10010101 | 101110 | 0 | 100000 | 1110 | 10001010 | 111010 | 1000010 |
Color Harmonies of #77DB95
Complementary color
Monochromatic Colors of #77DB95
Black with #77DB95
Text Example
Text Example
White with #77DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB95; }
p { color: rgb(119,219,149); }
H1.HeaderClassName
{
color: #77DB95;
}
.AnyTagClassName
{
color: #77DB95;
}
</style>
background-color css
<style>
a { background-color: #77DB95; }
a { background-color: rgb(119,219,149); }
div.DivClassName
{
background-color: #77DB95;
}
.BgClassName
{
background-color: #77DB95;
}
</style>
border-color css
<style>
span { border-color: #77DB95; }
span { border-color: rgb(119,219,149); }
td.TdClassName
{
border-color: #77DB95;
}
.TagClassName
{
border-color: #77DB95;
}
</style>