Shades of De York #77CA81
Tints of De York #77CA81
RGB
CMYK
RGB Variations
Color information
#77CA81 (or 0x77CA81) is known color: De York. HEX triplet: 77, CA and 81. RGB value is (119,202,129). Sum of RGB (Red+Green+Blue) = 119+202+129=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CA81 is #88357E. Grayscale: #A9A9A9. Windows color (decimal): -8926591 or 8505975. OLE color: 8505975.
HSL color Cylindrical-coordinate representation of color #77CA81: hue angle of 127.23º 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 #77CA81 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 129 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.21 |
| HSL | 127.23º | 0.44% | 0.63% | - |
| HSV(B) | 127.23º | 0.41% | 0.79% | - |
| XYZ | 32.69 | 47.75 | 28.26 | - |
| YUV | 168.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 129 | 0.41 | 0 | 0.36 | 0.21 | 127.23 | 0.44 | 0.63 |
| Hex | 77 | CA | 81 | 29 | 0 | 24 | 15 | 7F | 2C | 3F |
| Octal | 167 | 312 | 201 | 51 | 0 | 44 | 25 | 177 | 54 | 77 |
| Binary | 1110111 | 11001010 | 10000001 | 101001 | 0 | 100100 | 10101 | 1111111 | 101100 | 111111 |
Color Harmonies of #77CA81
Complementary color
Monochromatic Colors of #77CA81
Black with #77CA81
Text Example
Text Example
White with #77CA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA81; }
p { color: rgb(119,202,129); }
H1.HeaderClassName
{
color: #77CA81;
}
.AnyTagClassName
{
color: #77CA81;
}
</style>
background-color css
<style>
a { background-color: #77CA81; }
a { background-color: rgb(119,202,129); }
div.DivClassName
{
background-color: #77CA81;
}
.BgClassName
{
background-color: #77CA81;
}
</style>
border-color css
<style>
span { border-color: #77CA81; }
span { border-color: rgb(119,202,129); }
td.TdClassName
{
border-color: #77CA81;
}
.TagClassName
{
border-color: #77CA81;
}
</style>