Shades of De York #80C68A
Tints of De York #80C68A
RGB
CMYK
RGB Variations
Color information
#80C68A (or 0x80C68A) is known color: De York. HEX triplet: 80, C6 and 8A. RGB value is (128,198,138). Sum of RGB (Red+Green+Blue) = 128+198+138=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #80C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C68A is #7F3975. Grayscale: #AAAAAA. Windows color (decimal): -8337782 or 9094784. OLE color: 9094784.
HSL color Cylindrical-coordinate representation of color #80C68A: hue angle of 128.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C68A is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 138 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.22 |
| HSL | 128.57º | 0.38% | 0.64% | - |
| HSV(B) | 128.57º | 0.35% | 0.78% | - |
| XYZ | 33.68 | 46.81 | 31.31 | - |
| YUV | 170.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 138 | 0.35 | 0 | 0.30 | 0.22 | 128.57 | 0.38 | 0.64 |
| Hex | 80 | C6 | 8A | 23 | 0 | 1E | 16 | 81 | 26 | 40 |
| Octal | 200 | 306 | 212 | 43 | 0 | 36 | 26 | 201 | 46 | 100 |
| Binary | 10000000 | 11000110 | 10001010 | 100011 | 0 | 11110 | 10110 | 10000001 | 100110 | 1000000 |
Color Harmonies of #80C68A
Complementary color
Monochromatic Colors of #80C68A
Black with #80C68A
Text Example
Text Example
White with #80C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C68A; }
p { color: rgb(128,198,138); }
H1.HeaderClassName
{
color: #80C68A;
}
.AnyTagClassName
{
color: #80C68A;
}
</style>
background-color css
<style>
a { background-color: #80C68A; }
a { background-color: rgb(128,198,138); }
div.DivClassName
{
background-color: #80C68A;
}
.BgClassName
{
background-color: #80C68A;
}
</style>
border-color css
<style>
span { border-color: #80C68A; }
span { border-color: rgb(128,198,138); }
td.TdClassName
{
border-color: #80C68A;
}
.TagClassName
{
border-color: #80C68A;
}
</style>