Shades of De York #77CA7B
Tints of De York #77CA7B
RGB
CMYK
RGB Variations
Color information
#77CA7B (or 0x77CA7B) is known color: De York. HEX triplet: 77, CA and 7B. RGB value is (119,202,123). Sum of RGB (Red+Green+Blue) = 119+202+123=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CA7B is #883584. Grayscale: #A8A8A8. Windows color (decimal): -8926597 or 8112759. OLE color: 8112759.
HSL color Cylindrical-coordinate representation of color #77CA7B: hue angle of 122.89º 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 #77CA7B is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 123 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.21 |
| HSL | 122.89º | 0.44% | 0.63% | - |
| HSV(B) | 122.89º | 0.41% | 0.79% | - |
| XYZ | 32.3 | 47.59 | 26.22 | - |
| YUV | 168.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 123 | 0.41 | 0 | 0.39 | 0.21 | 122.89 | 0.44 | 0.63 |
| Hex | 77 | CA | 7B | 29 | 0 | 27 | 15 | 7B | 2C | 3F |
| Octal | 167 | 312 | 173 | 51 | 0 | 47 | 25 | 173 | 54 | 77 |
| Binary | 1110111 | 11001010 | 1111011 | 101001 | 0 | 100111 | 10101 | 1111011 | 101100 | 111111 |
Color Harmonies of #77CA7B
Complementary color
Monochromatic Colors of #77CA7B
Black with #77CA7B
Text Example
Text Example
White with #77CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA7B; }
p { color: rgb(119,202,123); }
H1.HeaderClassName
{
color: #77CA7B;
}
.AnyTagClassName
{
color: #77CA7B;
}
</style>
background-color css
<style>
a { background-color: #77CA7B; }
a { background-color: rgb(119,202,123); }
div.DivClassName
{
background-color: #77CA7B;
}
.BgClassName
{
background-color: #77CA7B;
}
</style>
border-color css
<style>
span { border-color: #77CA7B; }
span { border-color: rgb(119,202,123); }
td.TdClassName
{
border-color: #77CA7B;
}
.TagClassName
{
border-color: #77CA7B;
}
</style>