Shades of De York #81C88B
Tints of De York #81C88B
RGB
CMYK
RGB Variations
Color information
#81C88B (or 0x81C88B) is known color: De York. HEX triplet: 81, C8 and 8B. RGB value is (129,200,139). Sum of RGB (Red+Green+Blue) = 129+200+139=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #81C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C88B is #7E3774. Grayscale: #ABABAB. Windows color (decimal): -8271733 or 9160833. OLE color: 9160833.
HSL color Cylindrical-coordinate representation of color #81C88B: hue angle of 128.45º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81C88B is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 200 | 139 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.22 |
| HSL | 128.45º | 0.39% | 0.65% | - |
| HSV(B) | 128.45º | 0.36% | 0.78% | - |
| XYZ | 34.37 | 47.84 | 31.85 | - |
| YUV | 171.82 | 109.48 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 139 | 0.36 | 0 | 0.30 | 0.22 | 128.45 | 0.39 | 0.65 |
| Hex | 81 | C8 | 8B | 24 | 0 | 1E | 16 | 80 | 27 | 41 |
| Octal | 201 | 310 | 213 | 44 | 0 | 36 | 26 | 200 | 47 | 101 |
| Binary | 10000001 | 11001000 | 10001011 | 100100 | 0 | 11110 | 10110 | 10000000 | 100111 | 1000001 |
Color Harmonies of #81C88B
Complementary color
Monochromatic Colors of #81C88B
Black with #81C88B
Text Example
Text Example
White with #81C88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C88B; }
p { color: rgb(129,200,139); }
H1.HeaderClassName
{
color: #81C88B;
}
.AnyTagClassName
{
color: #81C88B;
}
</style>
background-color css
<style>
a { background-color: #81C88B; }
a { background-color: rgb(129,200,139); }
div.DivClassName
{
background-color: #81C88B;
}
.BgClassName
{
background-color: #81C88B;
}
</style>
border-color css
<style>
span { border-color: #81C88B; }
span { border-color: rgb(129,200,139); }
td.TdClassName
{
border-color: #81C88B;
}
.TagClassName
{
border-color: #81C88B;
}
</style>