Shades of De York #77CF85
Tints of De York #77CF85
RGB
CMYK
RGB Variations
Color information
#77CF85 (or 0x77CF85) is known color: De York. HEX triplet: 77, CF and 85. RGB value is (119,207,133). Sum of RGB (Red+Green+Blue) = 119+207+133=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CF85 is #88307A. Grayscale: #ACACAC. Windows color (decimal): -8925307 or 8769399. OLE color: 8769399.
HSL color Cylindrical-coordinate representation of color #77CF85: hue angle of 129.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CF85 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 133 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.19 |
| HSL | 129.55º | 0.48% | 0.64% | - |
| HSV(B) | 129.55º | 0.43% | 0.81% | - |
| XYZ | 34.15 | 50.24 | 30.09 | - |
| YUV | 172.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 133 | 0.43 | 0 | 0.36 | 0.19 | 129.55 | 0.48 | 0.64 |
| Hex | 77 | CF | 85 | 2B | 0 | 24 | 13 | 82 | 30 | 40 |
| Octal | 167 | 317 | 205 | 53 | 0 | 44 | 23 | 202 | 60 | 100 |
| Binary | 1110111 | 11001111 | 10000101 | 101011 | 0 | 100100 | 10011 | 10000010 | 110000 | 1000000 |
Color Harmonies of #77CF85
Complementary color
Monochromatic Colors of #77CF85
Black with #77CF85
Text Example
Text Example
White with #77CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CF85; }
p { color: rgb(119,207,133); }
H1.HeaderClassName
{
color: #77CF85;
}
.AnyTagClassName
{
color: #77CF85;
}
</style>
background-color css
<style>
a { background-color: #77CF85; }
a { background-color: rgb(119,207,133); }
div.DivClassName
{
background-color: #77CF85;
}
.BgClassName
{
background-color: #77CF85;
}
</style>
border-color css
<style>
span { border-color: #77CF85; }
span { border-color: rgb(119,207,133); }
td.TdClassName
{
border-color: #77CF85;
}
.TagClassName
{
border-color: #77CF85;
}
</style>