Shades of De York #77CF81
Tints of De York #77CF81
RGB
CMYK
RGB Variations
Color information
#77CF81 (or 0x77CF81) is known color: De York. HEX triplet: 77, CF and 81. RGB value is (119,207,129). Sum of RGB (Red+Green+Blue) = 119+207+129=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CF81 is #88307E. Grayscale: #ACACAC. Windows color (decimal): -8925311 or 8507255. OLE color: 8507255.
HSL color Cylindrical-coordinate representation of color #77CF81: hue angle of 126.82º 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 #77CF81 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 129 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.19 |
| HSL | 126.82º | 0.48% | 0.64% | - |
| HSV(B) | 126.82º | 0.43% | 0.81% | - |
| XYZ | 33.88 | 50.13 | 28.66 | - |
| YUV | 171.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 129 | 0.43 | 0 | 0.38 | 0.19 | 126.82 | 0.48 | 0.64 |
| Hex | 77 | CF | 81 | 2B | 0 | 26 | 13 | 7F | 30 | 40 |
| Octal | 167 | 317 | 201 | 53 | 0 | 46 | 23 | 177 | 60 | 100 |
| Binary | 1110111 | 11001111 | 10000001 | 101011 | 0 | 100110 | 10011 | 1111111 | 110000 | 1000000 |
Color Harmonies of #77CF81
Complementary color
Monochromatic Colors of #77CF81
Black with #77CF81
Text Example
Text Example
White with #77CF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CF81; }
p { color: rgb(119,207,129); }
H1.HeaderClassName
{
color: #77CF81;
}
.AnyTagClassName
{
color: #77CF81;
}
</style>
background-color css
<style>
a { background-color: #77CF81; }
a { background-color: rgb(119,207,129); }
div.DivClassName
{
background-color: #77CF81;
}
.BgClassName
{
background-color: #77CF81;
}
</style>
border-color css
<style>
span { border-color: #77CF81; }
span { border-color: rgb(119,207,129); }
td.TdClassName
{
border-color: #77CF81;
}
.TagClassName
{
border-color: #77CF81;
}
</style>