Shades of De York #77CE80
Tints of De York #77CE80
RGB
CMYK
RGB Variations
Color information
#77CE80 (or 0x77CE80) is known color: De York. HEX triplet: 77, CE and 80. RGB value is (119,206,128). Sum of RGB (Red+Green+Blue) = 119+206+128=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #77CE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CE80 is #88317F. Grayscale: #ABABAB. Windows color (decimal): -8925568 or 8441463. OLE color: 8441463.
HSL color Cylindrical-coordinate representation of color #77CE80: hue angle of 126.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CE80 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 128 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.19 |
| HSL | 126.21º | 0.47% | 0.64% | - |
| HSV(B) | 126.21º | 0.42% | 0.81% | - |
| XYZ | 33.58 | 49.62 | 28.23 | - |
| YUV | 171.1 | 103.68 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 128 | 0.42 | 0 | 0.38 | 0.19 | 126.21 | 0.47 | 0.64 |
| Hex | 77 | CE | 80 | 2A | 0 | 26 | 13 | 7E | 2F | 40 |
| Octal | 167 | 316 | 200 | 52 | 0 | 46 | 23 | 176 | 57 | 100 |
| Binary | 1110111 | 11001110 | 10000000 | 101010 | 0 | 100110 | 10011 | 1111110 | 101111 | 1000000 |
Color Harmonies of #77CE80
Complementary color
Monochromatic Colors of #77CE80
Black with #77CE80
Text Example
Text Example
White with #77CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CE80; }
p { color: rgb(119,206,128); }
H1.HeaderClassName
{
color: #77CE80;
}
.AnyTagClassName
{
color: #77CE80;
}
</style>
background-color css
<style>
a { background-color: #77CE80; }
a { background-color: rgb(119,206,128); }
div.DivClassName
{
background-color: #77CE80;
}
.BgClassName
{
background-color: #77CE80;
}
</style>
border-color css
<style>
span { border-color: #77CE80; }
span { border-color: rgb(119,206,128); }
td.TdClassName
{
border-color: #77CE80;
}
.TagClassName
{
border-color: #77CE80;
}
</style>