Shades of De York #77DC92
Tints of De York #77DC92
RGB
CMYK
RGB Variations
Color information
#77DC92 (or 0x77DC92) is known color: De York. HEX triplet: 77, DC and 92. RGB value is (119,220,146). Sum of RGB (Red+Green+Blue) = 119+220+146=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DC92 is #88236D. Grayscale: #B5B5B5. Windows color (decimal): -8921966 or 9624695. OLE color: 9624695.
HSL color Cylindrical-coordinate representation of color #77DC92: hue angle of 136.04º degrees, saturation: 0.59, 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 #77DC92 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 146 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.14 |
| HSL | 136.04º | 0.59% | 0.66% | - |
| HSV(B) | 136.04º | 0.46% | 0.86% | - |
| XYZ | 38.39 | 57.18 | 36.21 | - |
| YUV | 181.37 | 108.04 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 146 | 0.46 | 0 | 0.34 | 0.14 | 136.04 | 0.59 | 0.66 |
| Hex | 77 | DC | 92 | 2E | 0 | 22 | E | 88 | 3B | 42 |
| Octal | 167 | 334 | 222 | 56 | 0 | 42 | 16 | 210 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10010010 | 101110 | 0 | 100010 | 1110 | 10001000 | 111011 | 1000010 |
Color Harmonies of #77DC92
Complementary color
Monochromatic Colors of #77DC92
Black with #77DC92
Text Example
Text Example
White with #77DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DC92; }
p { color: rgb(119,220,146); }
H1.HeaderClassName
{
color: #77DC92;
}
.AnyTagClassName
{
color: #77DC92;
}
</style>
background-color css
<style>
a { background-color: #77DC92; }
a { background-color: rgb(119,220,146); }
div.DivClassName
{
background-color: #77DC92;
}
.BgClassName
{
background-color: #77DC92;
}
</style>
border-color css
<style>
span { border-color: #77DC92; }
span { border-color: rgb(119,220,146); }
td.TdClassName
{
border-color: #77DC92;
}
.TagClassName
{
border-color: #77DC92;
}
</style>