Shades of De York #81D48C
Tints of De York #81D48C
RGB
CMYK
RGB Variations
Color information
#81D48C (or 0x81D48C) is known color: De York. HEX triplet: 81, D4 and 8C. RGB value is (129,212,140). Sum of RGB (Red+Green+Blue) = 129+212+140=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #81D48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D48C is #7E2B73. Grayscale: #B3B3B3. Windows color (decimal): -8268660 or 9229441. OLE color: 9229441.
HSL color Cylindrical-coordinate representation of color #81D48C: hue angle of 127.95º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D48C is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 212 | 140 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.17 |
| HSL | 127.95º | 0.49% | 0.67% | - |
| HSV(B) | 127.95º | 0.39% | 0.83% | - |
| XYZ | 37.33 | 53.65 | 33.2 | - |
| YUV | 178.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 212 | 140 | 0.39 | 0 | 0.34 | 0.17 | 127.95 | 0.49 | 0.67 |
| Hex | 81 | D4 | 8C | 27 | 0 | 22 | 11 | 80 | 31 | 43 |
| Octal | 201 | 324 | 214 | 47 | 0 | 42 | 21 | 200 | 61 | 103 |
| Binary | 10000001 | 11010100 | 10001100 | 100111 | 0 | 100010 | 10001 | 10000000 | 110001 | 1000011 |
Color Harmonies of #81D48C
Complementary color
Monochromatic Colors of #81D48C
Black with #81D48C
Text Example
Text Example
White with #81D48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D48C; }
p { color: rgb(129,212,140); }
H1.HeaderClassName
{
color: #81D48C;
}
.AnyTagClassName
{
color: #81D48C;
}
</style>
background-color css
<style>
a { background-color: #81D48C; }
a { background-color: rgb(129,212,140); }
div.DivClassName
{
background-color: #81D48C;
}
.BgClassName
{
background-color: #81D48C;
}
</style>
border-color css
<style>
span { border-color: #81D48C; }
span { border-color: rgb(129,212,140); }
td.TdClassName
{
border-color: #81D48C;
}
.TagClassName
{
border-color: #81D48C;
}
</style>