Shades of De York #81CC92
Tints of De York #81CC92
RGB
CMYK
RGB Variations
Color information
#81CC92 (or 0x81CC92) is known color: De York. HEX triplet: 81, CC and 92. RGB value is (129,204,146). Sum of RGB (Red+Green+Blue) = 129+204+146=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CC92 is #7E336D. Grayscale: #AFAFAF. Windows color (decimal): -8270702 or 9620609. OLE color: 9620609.
HSL color Cylindrical-coordinate representation of color #81CC92: hue angle of 133.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81CC92 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 146 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.2 |
| HSL | 133.6º | 0.42% | 0.65% | - |
| HSV(B) | 133.6º | 0.37% | 0.8% | - |
| XYZ | 35.83 | 49.93 | 34.94 | - |
| YUV | 174.96 | 111.65 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 146 | 0.37 | 0 | 0.28 | 0.2 | 133.6 | 0.42 | 0.65 |
| Hex | 81 | CC | 92 | 25 | 0 | 1C | 14 | 86 | 2A | 41 |
| Octal | 201 | 314 | 222 | 45 | 0 | 34 | 24 | 206 | 52 | 101 |
| Binary | 10000001 | 11001100 | 10010010 | 100101 | 0 | 11100 | 10100 | 10000110 | 101010 | 1000001 |
Color Harmonies of #81CC92
Complementary color
Monochromatic Colors of #81CC92
Black with #81CC92
Text Example
Text Example
White with #81CC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC92; }
p { color: rgb(129,204,146); }
H1.HeaderClassName
{
color: #81CC92;
}
.AnyTagClassName
{
color: #81CC92;
}
</style>
background-color css
<style>
a { background-color: #81CC92; }
a { background-color: rgb(129,204,146); }
div.DivClassName
{
background-color: #81CC92;
}
.BgClassName
{
background-color: #81CC92;
}
</style>
border-color css
<style>
span { border-color: #81CC92; }
span { border-color: rgb(129,204,146); }
td.TdClassName
{
border-color: #81CC92;
}
.TagClassName
{
border-color: #81CC92;
}
</style>