Shades of De York #81CA7A
Tints of De York #81CA7A
RGB
CMYK
RGB Variations
Color information
#81CA7A (or 0x81CA7A) is known color: De York. HEX triplet: 81, CA and 7A. RGB value is (129,202,122). Sum of RGB (Red+Green+Blue) = 129+202+122=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA7A is #7E3585. Grayscale: #ABABAB. Windows color (decimal): -8271238 or 8047233. OLE color: 8047233.
HSL color Cylindrical-coordinate representation of color #81CA7A: hue angle of 114.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81CA7A is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 202 | 122 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.21 |
| HSL | 114.75º | 0.43% | 0.64% | - |
| HSV(B) | 114.75º | 0.4% | 0.79% | - |
| XYZ | 33.69 | 48.31 | 25.96 | - |
| YUV | 171.05 | 100.32 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 122 | 0.36 | 0 | 0.40 | 0.21 | 114.75 | 0.43 | 0.64 |
| Hex | 81 | CA | 7A | 24 | 0 | 28 | 15 | 73 | 2B | 40 |
| Octal | 201 | 312 | 172 | 44 | 0 | 50 | 25 | 163 | 53 | 100 |
| Binary | 10000001 | 11001010 | 1111010 | 100100 | 0 | 101000 | 10101 | 1110011 | 101011 | 1000000 |
Color Harmonies of #81CA7A
Complementary color
Monochromatic Colors of #81CA7A
Black with #81CA7A
Text Example
Text Example
White with #81CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CA7A; }
p { color: rgb(129,202,122); }
H1.HeaderClassName
{
color: #81CA7A;
}
.AnyTagClassName
{
color: #81CA7A;
}
</style>
background-color css
<style>
a { background-color: #81CA7A; }
a { background-color: rgb(129,202,122); }
div.DivClassName
{
background-color: #81CA7A;
}
.BgClassName
{
background-color: #81CA7A;
}
</style>
border-color css
<style>
span { border-color: #81CA7A; }
span { border-color: rgb(129,202,122); }
td.TdClassName
{
border-color: #81CA7A;
}
.TagClassName
{
border-color: #81CA7A;
}
</style>