Shades of De York #81C78E
Tints of De York #81C78E
RGB
CMYK
RGB Variations
Color information
#81C78E (or 0x81C78E) is known color: De York. HEX triplet: 81, C7 and 8E. RGB value is (129,199,142). Sum of RGB (Red+Green+Blue) = 129+199+142=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #81C78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C78E is #7E3871. Grayscale: #ABABAB. Windows color (decimal): -8271986 or 9357185. OLE color: 9357185.
HSL color Cylindrical-coordinate representation of color #81C78E: hue angle of 131.14º 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 #81C78E is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 142 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.22 |
| HSL | 131.14º | 0.38% | 0.64% | - |
| HSV(B) | 131.14º | 0.35% | 0.78% | - |
| XYZ | 34.36 | 47.47 | 32.94 | - |
| YUV | 171.57 | 111.31 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 142 | 0.35 | 0 | 0.29 | 0.22 | 131.14 | 0.38 | 0.64 |
| Hex | 81 | C7 | 8E | 23 | 0 | 1D | 16 | 83 | 26 | 40 |
| Octal | 201 | 307 | 216 | 43 | 0 | 35 | 26 | 203 | 46 | 100 |
| Binary | 10000001 | 11000111 | 10001110 | 100011 | 0 | 11101 | 10110 | 10000011 | 100110 | 1000000 |
Color Harmonies of #81C78E
Complementary color
Monochromatic Colors of #81C78E
Black with #81C78E
Text Example
Text Example
White with #81C78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C78E; }
p { color: rgb(129,199,142); }
H1.HeaderClassName
{
color: #81C78E;
}
.AnyTagClassName
{
color: #81C78E;
}
</style>
background-color css
<style>
a { background-color: #81C78E; }
a { background-color: rgb(129,199,142); }
div.DivClassName
{
background-color: #81C78E;
}
.BgClassName
{
background-color: #81C78E;
}
</style>
border-color css
<style>
span { border-color: #81C78E; }
span { border-color: rgb(129,199,142); }
td.TdClassName
{
border-color: #81C78E;
}
.TagClassName
{
border-color: #81C78E;
}
</style>