Shades of De York #80CA93
Tints of De York #80CA93
RGB
CMYK
RGB Variations
Color information
#80CA93 (or 0x80CA93) is known color: De York. HEX triplet: 80, CA and 93. RGB value is (128,202,147). Sum of RGB (Red+Green+Blue) = 128+202+147=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CA93 is #7F356C. Grayscale: #ADADAD. Windows color (decimal): -8336749 or 9685632. OLE color: 9685632.
HSL color Cylindrical-coordinate representation of color #80CA93: hue angle of 135.41º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CA93 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 147 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.21 |
| HSL | 135.41º | 0.41% | 0.65% | - |
| HSV(B) | 135.41º | 0.37% | 0.79% | - |
| XYZ | 35.29 | 48.94 | 35.19 | - |
| YUV | 173.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 147 | 0.37 | 0 | 0.27 | 0.21 | 135.41 | 0.41 | 0.65 |
| Hex | 80 | CA | 93 | 25 | 0 | 1B | 15 | 87 | 29 | 41 |
| Octal | 200 | 312 | 223 | 45 | 0 | 33 | 25 | 207 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10010011 | 100101 | 0 | 11011 | 10101 | 10000111 | 101001 | 1000001 |
Color Harmonies of #80CA93
Complementary color
Monochromatic Colors of #80CA93
Black with #80CA93
Text Example
Text Example
White with #80CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA93; }
p { color: rgb(128,202,147); }
H1.HeaderClassName
{
color: #80CA93;
}
.AnyTagClassName
{
color: #80CA93;
}
</style>
background-color css
<style>
a { background-color: #80CA93; }
a { background-color: rgb(128,202,147); }
div.DivClassName
{
background-color: #80CA93;
}
.BgClassName
{
background-color: #80CA93;
}
</style>
border-color css
<style>
span { border-color: #80CA93; }
span { border-color: rgb(128,202,147); }
td.TdClassName
{
border-color: #80CA93;
}
.TagClassName
{
border-color: #80CA93;
}
</style>