Shades of De York #77CA84
Tints of De York #77CA84
RGB
CMYK
RGB Variations
Color information
#77CA84 (or 0x77CA84) is known color: De York. HEX triplet: 77, CA and 84. RGB value is (119,202,132). Sum of RGB (Red+Green+Blue) = 119+202+132=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CA84 is #88357B. Grayscale: #A9A9A9. Windows color (decimal): -8926588 or 8702583. OLE color: 8702583.
HSL color Cylindrical-coordinate representation of color #77CA84: hue angle of 129.4º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CA84 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 132 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.21 |
| HSL | 129.4º | 0.44% | 0.63% | - |
| HSV(B) | 129.4º | 0.41% | 0.79% | - |
| XYZ | 32.89 | 47.83 | 29.33 | - |
| YUV | 169.2 | 107 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 132 | 0.41 | 0 | 0.35 | 0.21 | 129.4 | 0.44 | 0.63 |
| Hex | 77 | CA | 84 | 29 | 0 | 23 | 15 | 81 | 2C | 3F |
| Octal | 167 | 312 | 204 | 51 | 0 | 43 | 25 | 201 | 54 | 77 |
| Binary | 1110111 | 11001010 | 10000100 | 101001 | 0 | 100011 | 10101 | 10000001 | 101100 | 111111 |
Color Harmonies of #77CA84
Complementary color
Monochromatic Colors of #77CA84
Black with #77CA84
Text Example
Text Example
White with #77CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA84; }
p { color: rgb(119,202,132); }
H1.HeaderClassName
{
color: #77CA84;
}
.AnyTagClassName
{
color: #77CA84;
}
</style>
background-color css
<style>
a { background-color: #77CA84; }
a { background-color: rgb(119,202,132); }
div.DivClassName
{
background-color: #77CA84;
}
.BgClassName
{
background-color: #77CA84;
}
</style>
border-color css
<style>
span { border-color: #77CA84; }
span { border-color: rgb(119,202,132); }
td.TdClassName
{
border-color: #77CA84;
}
.TagClassName
{
border-color: #77CA84;
}
</style>