Shades of De York #81CE7C
Tints of De York #81CE7C
RGB
CMYK
RGB Variations
Color information
#81CE7C (or 0x81CE7C) is known color: De York. HEX triplet: 81, CE and 7C. RGB value is (129,206,124). Sum of RGB (Red+Green+Blue) = 129+206+124=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE7C is #7E3183. Grayscale: #ADADAD. Windows color (decimal): -8270212 or 8179329. OLE color: 8179329.
HSL color Cylindrical-coordinate representation of color #81CE7C: hue angle of 116.34º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81CE7C is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 124 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.19 |
| HSL | 116.34º | 0.46% | 0.65% | - |
| HSV(B) | 116.34º | 0.4% | 0.81% | - |
| XYZ | 34.76 | 50.26 | 26.94 | - |
| YUV | 173.63 | 99.99 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 124 | 0.37 | 0 | 0.40 | 0.19 | 116.34 | 0.46 | 0.65 |
| Hex | 81 | CE | 7C | 25 | 0 | 28 | 13 | 74 | 2E | 41 |
| Octal | 201 | 316 | 174 | 45 | 0 | 50 | 23 | 164 | 56 | 101 |
| Binary | 10000001 | 11001110 | 1111100 | 100101 | 0 | 101000 | 10011 | 1110100 | 101110 | 1000001 |
Color Harmonies of #81CE7C
Complementary color
Monochromatic Colors of #81CE7C
Black with #81CE7C
Text Example
Text Example
White with #81CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE7C; }
p { color: rgb(129,206,124); }
H1.HeaderClassName
{
color: #81CE7C;
}
.AnyTagClassName
{
color: #81CE7C;
}
</style>
background-color css
<style>
a { background-color: #81CE7C; }
a { background-color: rgb(129,206,124); }
div.DivClassName
{
background-color: #81CE7C;
}
.BgClassName
{
background-color: #81CE7C;
}
</style>
border-color css
<style>
span { border-color: #81CE7C; }
span { border-color: rgb(129,206,124); }
td.TdClassName
{
border-color: #81CE7C;
}
.TagClassName
{
border-color: #81CE7C;
}
</style>