Shades of De York #81CD7B
Tints of De York #81CD7B
RGB
CMYK
RGB Variations
Color information
#81CD7B (or 0x81CD7B) is known color: De York. HEX triplet: 81, CD and 7B. RGB value is (129,205,123). Sum of RGB (Red+Green+Blue) = 129+205+123=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CD7B is #7E3284. Grayscale: #ADADAD. Windows color (decimal): -8270469 or 8113537. OLE color: 8113537.
HSL color Cylindrical-coordinate representation of color #81CD7B: hue angle of 115.61º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81CD7B is Cyan = 0.37, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 205 | 123 | - |
| CMYK | 0.37 | 0 | 0.4 | 0.20 |
| HSL | 115.61º | 0.45% | 0.64% | - |
| HSV(B) | 115.61º | 0.4% | 0.8% | - |
| XYZ | 34.46 | 49.76 | 26.53 | - |
| YUV | 172.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 123 | 0.37 | 0 | 0.4 | 0.20 | 115.61 | 0.45 | 0.64 |
| Hex | 81 | CD | 7B | 25 | 0 | 28 | 14 | 74 | 2D | 40 |
| Octal | 201 | 315 | 173 | 45 | 0 | 50 | 24 | 164 | 55 | 100 |
| Binary | 10000001 | 11001101 | 1111011 | 100101 | 0 | 101000 | 10100 | 1110100 | 101101 | 1000000 |
Color Harmonies of #81CD7B
Complementary color
Monochromatic Colors of #81CD7B
Black with #81CD7B
Text Example
Text Example
White with #81CD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CD7B; }
p { color: rgb(129,205,123); }
H1.HeaderClassName
{
color: #81CD7B;
}
.AnyTagClassName
{
color: #81CD7B;
}
</style>
background-color css
<style>
a { background-color: #81CD7B; }
a { background-color: rgb(129,205,123); }
div.DivClassName
{
background-color: #81CD7B;
}
.BgClassName
{
background-color: #81CD7B;
}
</style>
border-color css
<style>
span { border-color: #81CD7B; }
span { border-color: rgb(129,205,123); }
td.TdClassName
{
border-color: #81CD7B;
}
.TagClassName
{
border-color: #81CD7B;
}
</style>