Shades of De York #81CE8A
Tints of De York #81CE8A
RGB
CMYK
RGB Variations
Color information
#81CE8A (or 0x81CE8A) is known color: De York. HEX triplet: 81, CE and 8A. RGB value is (129,206,138). Sum of RGB (Red+Green+Blue) = 129+206+138=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CE8A is #7E3175. Grayscale: #AFAFAF. Windows color (decimal): -8270198 or 9096833. OLE color: 9096833.
HSL color Cylindrical-coordinate representation of color #81CE8A: hue angle of 127.01º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81CE8A is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 138 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.19 |
| HSL | 127.01º | 0.44% | 0.66% | - |
| HSV(B) | 127.01º | 0.37% | 0.81% | - |
| XYZ | 35.71 | 50.64 | 31.94 | - |
| YUV | 175.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 138 | 0.37 | 0 | 0.33 | 0.19 | 127.01 | 0.44 | 0.66 |
| Hex | 81 | CE | 8A | 25 | 0 | 21 | 13 | 7F | 2C | 42 |
| Octal | 201 | 316 | 212 | 45 | 0 | 41 | 23 | 177 | 54 | 102 |
| Binary | 10000001 | 11001110 | 10001010 | 100101 | 0 | 100001 | 10011 | 1111111 | 101100 | 1000010 |
Color Harmonies of #81CE8A
Complementary color
Monochromatic Colors of #81CE8A
Black with #81CE8A
Text Example
Text Example
White with #81CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE8A; }
p { color: rgb(129,206,138); }
H1.HeaderClassName
{
color: #81CE8A;
}
.AnyTagClassName
{
color: #81CE8A;
}
</style>
background-color css
<style>
a { background-color: #81CE8A; }
a { background-color: rgb(129,206,138); }
div.DivClassName
{
background-color: #81CE8A;
}
.BgClassName
{
background-color: #81CE8A;
}
</style>
border-color css
<style>
span { border-color: #81CE8A; }
span { border-color: rgb(129,206,138); }
td.TdClassName
{
border-color: #81CE8A;
}
.TagClassName
{
border-color: #81CE8A;
}
</style>