Shades of De York #80CB94
Tints of De York #80CB94
RGB
CMYK
RGB Variations
Color information
#80CB94 (or 0x80CB94) is known color: De York. HEX triplet: 80, CB and 94. RGB value is (128,203,148). Sum of RGB (Red+Green+Blue) = 128+203+148=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CB94 is #7F346B. Grayscale: #AEAEAE. Windows color (decimal): -8336492 or 9751424. OLE color: 9751424.
HSL color Cylindrical-coordinate representation of color #80CB94: hue angle of 136º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CB94 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 148 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.20 |
| HSL | 136º | 0.42% | 0.65% | - |
| HSV(B) | 136º | 0.37% | 0.8% | - |
| XYZ | 35.6 | 49.44 | 35.68 | - |
| YUV | 174.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 148 | 0.37 | 0 | 0.27 | 0.20 | 136 | 0.42 | 0.65 |
| Hex | 80 | CB | 94 | 25 | 0 | 1B | 14 | 88 | 2A | 41 |
| Octal | 200 | 313 | 224 | 45 | 0 | 33 | 24 | 210 | 52 | 101 |
| Binary | 10000000 | 11001011 | 10010100 | 100101 | 0 | 11011 | 10100 | 10001000 | 101010 | 1000001 |
Color Harmonies of #80CB94
Complementary color
Monochromatic Colors of #80CB94
Black with #80CB94
Text Example
Text Example
White with #80CB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB94; }
p { color: rgb(128,203,148); }
H1.HeaderClassName
{
color: #80CB94;
}
.AnyTagClassName
{
color: #80CB94;
}
</style>
background-color css
<style>
a { background-color: #80CB94; }
a { background-color: rgb(128,203,148); }
div.DivClassName
{
background-color: #80CB94;
}
.BgClassName
{
background-color: #80CB94;
}
</style>
border-color css
<style>
span { border-color: #80CB94; }
span { border-color: rgb(128,203,148); }
td.TdClassName
{
border-color: #80CB94;
}
.TagClassName
{
border-color: #80CB94;
}
</style>