Shades of De York #81D37D
Tints of De York #81D37D
RGB
CMYK
RGB Variations
Color information
#81D37D (or 0x81D37D) is known color: De York. HEX triplet: 81, D3 and 7D. RGB value is (129,211,125). Sum of RGB (Red+Green+Blue) = 129+211+125=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #81D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D37D is #7E2C82. Grayscale: #B0B0B0. Windows color (decimal): -8268931 or 8246145. OLE color: 8246145.
HSL color Cylindrical-coordinate representation of color #81D37D: hue angle of 117.21º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D37D is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 211 | 125 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.17 |
| HSL | 117.21º | 0.49% | 0.66% | - |
| HSV(B) | 117.21º | 0.41% | 0.83% | - |
| XYZ | 36.05 | 52.74 | 27.68 | - |
| YUV | 176.68 | 98.83 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 125 | 0.39 | 0 | 0.41 | 0.17 | 117.21 | 0.49 | 0.66 |
| Hex | 81 | D3 | 7D | 27 | 0 | 29 | 11 | 75 | 31 | 42 |
| Octal | 201 | 323 | 175 | 47 | 0 | 51 | 21 | 165 | 61 | 102 |
| Binary | 10000001 | 11010011 | 1111101 | 100111 | 0 | 101001 | 10001 | 1110101 | 110001 | 1000010 |
Color Harmonies of #81D37D
Complementary color
Monochromatic Colors of #81D37D
Black with #81D37D
Text Example
Text Example
White with #81D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D37D; }
p { color: rgb(129,211,125); }
H1.HeaderClassName
{
color: #81D37D;
}
.AnyTagClassName
{
color: #81D37D;
}
</style>
background-color css
<style>
a { background-color: #81D37D; }
a { background-color: rgb(129,211,125); }
div.DivClassName
{
background-color: #81D37D;
}
.BgClassName
{
background-color: #81D37D;
}
</style>
border-color css
<style>
span { border-color: #81D37D; }
span { border-color: rgb(129,211,125); }
td.TdClassName
{
border-color: #81D37D;
}
.TagClassName
{
border-color: #81D37D;
}
</style>