Shades of De York #81BC78
Tints of De York #81BC78
RGB
CMYK
RGB Variations
Color information
#81BC78 (or 0x81BC78) is known color: De York. HEX triplet: 81, BC and 78. RGB value is (129,188,120). Sum of RGB (Red+Green+Blue) = 129+188+120=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC78 is #7E4387. Grayscale: #A2A2A2. Windows color (decimal): -8274824 or 7912577. OLE color: 7912577.
HSL color Cylindrical-coordinate representation of color #81BC78: hue angle of 112.06º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81BC78 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 120 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.26 |
| HSL | 112.06º | 0.34% | 0.6% | - |
| HSV(B) | 112.06º | 0.36% | 0.74% | - |
| XYZ | 30.43 | 41.99 | 24.27 | - |
| YUV | 162.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 120 | 0.31 | 0 | 0.36 | 0.26 | 112.06 | 0.34 | 0.6 |
| Hex | 81 | BC | 78 | 1F | 0 | 24 | 1A | 70 | 22 | 3C |
| Octal | 201 | 274 | 170 | 37 | 0 | 44 | 32 | 160 | 42 | 74 |
| Binary | 10000001 | 10111100 | 1111000 | 11111 | 0 | 100100 | 11010 | 1110000 | 100010 | 111100 |
Color Harmonies of #81BC78
Complementary color
Monochromatic Colors of #81BC78
Black with #81BC78
Text Example
Text Example
White with #81BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC78; }
p { color: rgb(129,188,120); }
H1.HeaderClassName
{
color: #81BC78;
}
.AnyTagClassName
{
color: #81BC78;
}
</style>
background-color css
<style>
a { background-color: #81BC78; }
a { background-color: rgb(129,188,120); }
div.DivClassName
{
background-color: #81BC78;
}
.BgClassName
{
background-color: #81BC78;
}
</style>
border-color css
<style>
span { border-color: #81BC78; }
span { border-color: rgb(129,188,120); }
td.TdClassName
{
border-color: #81BC78;
}
.TagClassName
{
border-color: #81BC78;
}
</style>