Shades of De York #77CF8D
Tints of De York #77CF8D
RGB
CMYK
RGB Variations
Color information
#77CF8D (or 0x77CF8D) is known color: De York. HEX triplet: 77, CF and 8D. RGB value is (119,207,141). Sum of RGB (Red+Green+Blue) = 119+207+141=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CF8D is #883072. Grayscale: #ADADAD. Windows color (decimal): -8925299 or 9293687. OLE color: 9293687.
HSL color Cylindrical-coordinate representation of color #77CF8D: hue angle of 135º 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 #77CF8D is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 141 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.19 |
| HSL | 135º | 0.48% | 0.64% | - |
| HSV(B) | 135º | 0.43% | 0.81% | - |
| XYZ | 34.73 | 50.47 | 33.11 | - |
| YUV | 173.16 | 109.85 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 141 | 0.43 | 0 | 0.32 | 0.19 | 135 | 0.48 | 0.64 |
| Hex | 77 | CF | 8D | 2B | 0 | 20 | 13 | 87 | 30 | 40 |
| Octal | 167 | 317 | 215 | 53 | 0 | 40 | 23 | 207 | 60 | 100 |
| Binary | 1110111 | 11001111 | 10001101 | 101011 | 0 | 100000 | 10011 | 10000111 | 110000 | 1000000 |
Color Harmonies of #77CF8D
Complementary color
Monochromatic Colors of #77CF8D
Black with #77CF8D
Text Example
Text Example
White with #77CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CF8D; }
p { color: rgb(119,207,141); }
H1.HeaderClassName
{
color: #77CF8D;
}
.AnyTagClassName
{
color: #77CF8D;
}
</style>
background-color css
<style>
a { background-color: #77CF8D; }
a { background-color: rgb(119,207,141); }
div.DivClassName
{
background-color: #77CF8D;
}
.BgClassName
{
background-color: #77CF8D;
}
</style>
border-color css
<style>
span { border-color: #77CF8D; }
span { border-color: rgb(119,207,141); }
td.TdClassName
{
border-color: #77CF8D;
}
.TagClassName
{
border-color: #77CF8D;
}
</style>