Shades of De York #80CA7D
Tints of De York #80CA7D
RGB
CMYK
RGB Variations
Color information
#80CA7D (or 0x80CA7D) is known color: De York. HEX triplet: 80, CA and 7D. RGB value is (128,202,125). Sum of RGB (Red+Green+Blue) = 128+202+125=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA7D is #7F3582. Grayscale: #ABABAB. Windows color (decimal): -8336771 or 8243840. OLE color: 8243840.
HSL color Cylindrical-coordinate representation of color #80CA7D: hue angle of 117.66º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CA7D is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 125 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.21 |
| HSL | 117.66º | 0.42% | 0.64% | - |
| HSV(B) | 117.66º | 0.38% | 0.79% | - |
| XYZ | 33.72 | 48.31 | 26.95 | - |
| YUV | 171.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 125 | 0.37 | 0 | 0.38 | 0.21 | 117.66 | 0.42 | 0.64 |
| Hex | 80 | CA | 7D | 25 | 0 | 26 | 15 | 76 | 2A | 40 |
| Octal | 200 | 312 | 175 | 45 | 0 | 46 | 25 | 166 | 52 | 100 |
| Binary | 10000000 | 11001010 | 1111101 | 100101 | 0 | 100110 | 10101 | 1110110 | 101010 | 1000000 |
Color Harmonies of #80CA7D
Complementary color
Monochromatic Colors of #80CA7D
Black with #80CA7D
Text Example
Text Example
White with #80CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA7D; }
p { color: rgb(128,202,125); }
H1.HeaderClassName
{
color: #80CA7D;
}
.AnyTagClassName
{
color: #80CA7D;
}
</style>
background-color css
<style>
a { background-color: #80CA7D; }
a { background-color: rgb(128,202,125); }
div.DivClassName
{
background-color: #80CA7D;
}
.BgClassName
{
background-color: #80CA7D;
}
</style>
border-color css
<style>
span { border-color: #80CA7D; }
span { border-color: rgb(128,202,125); }
td.TdClassName
{
border-color: #80CA7D;
}
.TagClassName
{
border-color: #80CA7D;
}
</style>