Shades of De York #80C38C
Tints of De York #80C38C
RGB
CMYK
RGB Variations
Color information
#80C38C (or 0x80C38C) is known color: De York. HEX triplet: 80, C3 and 8C. RGB value is (128,195,140). Sum of RGB (Red+Green+Blue) = 128+195+140=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #80C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C38C is #7F3C73. Grayscale: #A8A8A8. Windows color (decimal): -8338548 or 9225088. OLE color: 9225088.
HSL color Cylindrical-coordinate representation of color #80C38C: hue angle of 130.75º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C38C is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 195 | 140 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.24 |
| HSL | 130.75º | 0.36% | 0.63% | - |
| HSV(B) | 130.75º | 0.34% | 0.76% | - |
| XYZ | 33.15 | 45.51 | 31.85 | - |
| YUV | 168.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 140 | 0.34 | 0 | 0.28 | 0.24 | 130.75 | 0.36 | 0.63 |
| Hex | 80 | C3 | 8C | 22 | 0 | 1C | 18 | 83 | 24 | 3F |
| Octal | 200 | 303 | 214 | 42 | 0 | 34 | 30 | 203 | 44 | 77 |
| Binary | 10000000 | 11000011 | 10001100 | 100010 | 0 | 11100 | 11000 | 10000011 | 100100 | 111111 |
Color Harmonies of #80C38C
Complementary color
Monochromatic Colors of #80C38C
Black with #80C38C
Text Example
Text Example
White with #80C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C38C; }
p { color: rgb(128,195,140); }
H1.HeaderClassName
{
color: #80C38C;
}
.AnyTagClassName
{
color: #80C38C;
}
</style>
background-color css
<style>
a { background-color: #80C38C; }
a { background-color: rgb(128,195,140); }
div.DivClassName
{
background-color: #80C38C;
}
.BgClassName
{
background-color: #80C38C;
}
</style>
border-color css
<style>
span { border-color: #80C38C; }
span { border-color: rgb(128,195,140); }
td.TdClassName
{
border-color: #80C38C;
}
.TagClassName
{
border-color: #80C38C;
}
</style>