Shades of De York #81CF90
Tints of De York #81CF90
RGB
CMYK
RGB Variations
Color information
#81CF90 (or 0x81CF90) is known color: De York. HEX triplet: 81, CF and 90. RGB value is (129,207,144). Sum of RGB (Red+Green+Blue) = 129+207+144=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CF90 is #7E306F. Grayscale: #B0B0B0. Windows color (decimal): -8269936 or 9490305. OLE color: 9490305.
HSL color Cylindrical-coordinate representation of color #81CF90: hue angle of 131.54º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81CF90 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 144 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.19 |
| HSL | 131.54º | 0.45% | 0.66% | - |
| HSV(B) | 131.54º | 0.38% | 0.81% | - |
| XYZ | 36.4 | 51.31 | 34.37 | - |
| YUV | 176.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 144 | 0.38 | 0 | 0.30 | 0.19 | 131.54 | 0.45 | 0.66 |
| Hex | 81 | CF | 90 | 26 | 0 | 1E | 13 | 84 | 2D | 42 |
| Octal | 201 | 317 | 220 | 46 | 0 | 36 | 23 | 204 | 55 | 102 |
| Binary | 10000001 | 11001111 | 10010000 | 100110 | 0 | 11110 | 10011 | 10000100 | 101101 | 1000010 |
Color Harmonies of #81CF90
Complementary color
Monochromatic Colors of #81CF90
Black with #81CF90
Text Example
Text Example
White with #81CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF90; }
p { color: rgb(129,207,144); }
H1.HeaderClassName
{
color: #81CF90;
}
.AnyTagClassName
{
color: #81CF90;
}
</style>
background-color css
<style>
a { background-color: #81CF90; }
a { background-color: rgb(129,207,144); }
div.DivClassName
{
background-color: #81CF90;
}
.BgClassName
{
background-color: #81CF90;
}
</style>
border-color css
<style>
span { border-color: #81CF90; }
span { border-color: rgb(129,207,144); }
td.TdClassName
{
border-color: #81CF90;
}
.TagClassName
{
border-color: #81CF90;
}
</style>