Shades of De York #81CD7A
Tints of De York #81CD7A
RGB
CMYK
RGB Variations
Color information
#81CD7A (or 0x81CD7A) is known color: De York. HEX triplet: 81, CD and 7A. RGB value is (129,205,122). Sum of RGB (Red+Green+Blue) = 129+205+122=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CD7A is #7E3285. Grayscale: #ADADAD. Windows color (decimal): -8270470 or 8048001. OLE color: 8048001.
HSL color Cylindrical-coordinate representation of color #81CD7A: hue angle of 114.94º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81CD7A is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 205 | 122 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.20 |
| HSL | 114.94º | 0.45% | 0.64% | - |
| HSV(B) | 114.94º | 0.4% | 0.8% | - |
| XYZ | 34.4 | 49.73 | 26.2 | - |
| YUV | 172.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 122 | 0.37 | 0 | 0.40 | 0.20 | 114.94 | 0.45 | 0.64 |
| Hex | 81 | CD | 7A | 25 | 0 | 28 | 14 | 73 | 2D | 40 |
| Octal | 201 | 315 | 172 | 45 | 0 | 50 | 24 | 163 | 55 | 100 |
| Binary | 10000001 | 11001101 | 1111010 | 100101 | 0 | 101000 | 10100 | 1110011 | 101101 | 1000000 |
Color Harmonies of #81CD7A
Complementary color
Monochromatic Colors of #81CD7A
Black with #81CD7A
Text Example
Text Example
White with #81CD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CD7A; }
p { color: rgb(129,205,122); }
H1.HeaderClassName
{
color: #81CD7A;
}
.AnyTagClassName
{
color: #81CD7A;
}
</style>
background-color css
<style>
a { background-color: #81CD7A; }
a { background-color: rgb(129,205,122); }
div.DivClassName
{
background-color: #81CD7A;
}
.BgClassName
{
background-color: #81CD7A;
}
</style>
border-color css
<style>
span { border-color: #81CD7A; }
span { border-color: rgb(129,205,122); }
td.TdClassName
{
border-color: #81CD7A;
}
.TagClassName
{
border-color: #81CD7A;
}
</style>