Shades of De York #77CF8B
Tints of De York #77CF8B
RGB
CMYK
RGB Variations
Color information
#77CF8B (or 0x77CF8B) is known color: De York. HEX triplet: 77, CF and 8B. RGB value is (119,207,139). Sum of RGB (Red+Green+Blue) = 119+207+139=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CF8B is #883074. Grayscale: #ADADAD. Windows color (decimal): -8925301 or 9162615. OLE color: 9162615.
HSL color Cylindrical-coordinate representation of color #77CF8B: hue angle of 133.64º 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 #77CF8B is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 139 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.19 |
| HSL | 133.64º | 0.48% | 0.64% | - |
| HSV(B) | 133.64º | 0.43% | 0.81% | - |
| XYZ | 34.58 | 50.41 | 32.33 | - |
| YUV | 172.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 139 | 0.43 | 0 | 0.33 | 0.19 | 133.64 | 0.48 | 0.64 |
| Hex | 77 | CF | 8B | 2B | 0 | 21 | 13 | 86 | 30 | 40 |
| Octal | 167 | 317 | 213 | 53 | 0 | 41 | 23 | 206 | 60 | 100 |
| Binary | 1110111 | 11001111 | 10001011 | 101011 | 0 | 100001 | 10011 | 10000110 | 110000 | 1000000 |
Color Harmonies of #77CF8B
Complementary color
Monochromatic Colors of #77CF8B
Black with #77CF8B
Text Example
Text Example
White with #77CF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CF8B; }
p { color: rgb(119,207,139); }
H1.HeaderClassName
{
color: #77CF8B;
}
.AnyTagClassName
{
color: #77CF8B;
}
</style>
background-color css
<style>
a { background-color: #77CF8B; }
a { background-color: rgb(119,207,139); }
div.DivClassName
{
background-color: #77CF8B;
}
.BgClassName
{
background-color: #77CF8B;
}
</style>
border-color css
<style>
span { border-color: #77CF8B; }
span { border-color: rgb(119,207,139); }
td.TdClassName
{
border-color: #77CF8B;
}
.TagClassName
{
border-color: #77CF8B;
}
</style>