Shades of De York #81CA7E
Tints of De York #81CA7E
RGB
CMYK
RGB Variations
Color information
#81CA7E (or 0x81CA7E) is known color: De York. HEX triplet: 81, CA and 7E. RGB value is (129,202,126). Sum of RGB (Red+Green+Blue) = 129+202+126=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA7E is #7E3581. Grayscale: #ABABAB. Windows color (decimal): -8271234 or 8309377. OLE color: 8309377.
HSL color Cylindrical-coordinate representation of color #81CA7E: hue angle of 117.63º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81CA7E is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 202 | 126 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.21 |
| HSL | 117.63º | 0.42% | 0.64% | - |
| HSV(B) | 117.63º | 0.38% | 0.79% | - |
| XYZ | 33.94 | 48.41 | 27.29 | - |
| YUV | 171.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 126 | 0.36 | 0 | 0.38 | 0.21 | 117.63 | 0.42 | 0.64 |
| Hex | 81 | CA | 7E | 24 | 0 | 26 | 15 | 76 | 2A | 40 |
| Octal | 201 | 312 | 176 | 44 | 0 | 46 | 25 | 166 | 52 | 100 |
| Binary | 10000001 | 11001010 | 1111110 | 100100 | 0 | 100110 | 10101 | 1110110 | 101010 | 1000000 |
Color Harmonies of #81CA7E
Complementary color
Monochromatic Colors of #81CA7E
Black with #81CA7E
Text Example
Text Example
White with #81CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CA7E; }
p { color: rgb(129,202,126); }
H1.HeaderClassName
{
color: #81CA7E;
}
.AnyTagClassName
{
color: #81CA7E;
}
</style>
background-color css
<style>
a { background-color: #81CA7E; }
a { background-color: rgb(129,202,126); }
div.DivClassName
{
background-color: #81CA7E;
}
.BgClassName
{
background-color: #81CA7E;
}
</style>
border-color css
<style>
span { border-color: #81CA7E; }
span { border-color: rgb(129,202,126); }
td.TdClassName
{
border-color: #81CA7E;
}
.TagClassName
{
border-color: #81CA7E;
}
</style>