Shades of De York #81CC7E
Tints of De York #81CC7E
RGB
CMYK
RGB Variations
Color information
#81CC7E (or 0x81CC7E) is known color: De York. HEX triplet: 81, CC and 7E. RGB value is (129,204,126). Sum of RGB (Red+Green+Blue) = 129+204+126=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC7E is #7E3381. Grayscale: #ACACAC. Windows color (decimal): -8270722 or 8309889. OLE color: 8309889.
HSL color Cylindrical-coordinate representation of color #81CC7E: hue angle of 117.69º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81CC7E is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 126 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.2 |
| HSL | 117.69º | 0.43% | 0.65% | - |
| HSV(B) | 117.69º | 0.38% | 0.8% | - |
| XYZ | 34.41 | 49.36 | 27.45 | - |
| YUV | 172.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 126 | 0.37 | 0 | 0.38 | 0.2 | 117.69 | 0.43 | 0.65 |
| Hex | 81 | CC | 7E | 25 | 0 | 26 | 14 | 76 | 2B | 41 |
| Octal | 201 | 314 | 176 | 45 | 0 | 46 | 24 | 166 | 53 | 101 |
| Binary | 10000001 | 11001100 | 1111110 | 100101 | 0 | 100110 | 10100 | 1110110 | 101011 | 1000001 |
Color Harmonies of #81CC7E
Complementary color
Monochromatic Colors of #81CC7E
Black with #81CC7E
Text Example
Text Example
White with #81CC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC7E; }
p { color: rgb(129,204,126); }
H1.HeaderClassName
{
color: #81CC7E;
}
.AnyTagClassName
{
color: #81CC7E;
}
</style>
background-color css
<style>
a { background-color: #81CC7E; }
a { background-color: rgb(129,204,126); }
div.DivClassName
{
background-color: #81CC7E;
}
.BgClassName
{
background-color: #81CC7E;
}
</style>
border-color css
<style>
span { border-color: #81CC7E; }
span { border-color: rgb(129,204,126); }
td.TdClassName
{
border-color: #81CC7E;
}
.TagClassName
{
border-color: #81CC7E;
}
</style>