Shades of De York #92D289
Tints of De York #92D289
RGB
CMYK
RGB Variations
Color information
#92D289 (or 0x92D289) is known color: De York. HEX triplet: 92, D2 and 89. RGB value is (146,210,137). Sum of RGB (Red+Green+Blue) = 146+210+137=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #92D289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D289 is #6D2D76. Grayscale: #B6B6B6. Windows color (decimal): -7155063 or 9032338. OLE color: 9032338.
HSL color Cylindrical-coordinate representation of color #92D289: hue angle of 112.6º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92D289 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 210 | 137 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.18 |
| HSL | 112.6º | 0.45% | 0.68% | - |
| HSV(B) | 112.6º | 0.35% | 0.82% | - |
| XYZ | 39.42 | 54.01 | 32.01 | - |
| YUV | 182.54 | 102.3 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 210 | 137 | 0.30 | 0 | 0.35 | 0.18 | 112.6 | 0.45 | 0.68 |
| Hex | 92 | D2 | 89 | 1E | 0 | 23 | 12 | 71 | 2D | 44 |
| Octal | 222 | 322 | 211 | 36 | 0 | 43 | 22 | 161 | 55 | 104 |
| Binary | 10010010 | 11010010 | 10001001 | 11110 | 0 | 100011 | 10010 | 1110001 | 101101 | 1000100 |
Color Harmonies of #92D289
Complementary color
Monochromatic Colors of #92D289
Black with #92D289
Text Example
Text Example
White with #92D289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D289; }
p { color: rgb(146,210,137); }
H1.HeaderClassName
{
color: #92D289;
}
.AnyTagClassName
{
color: #92D289;
}
</style>
background-color css
<style>
a { background-color: #92D289; }
a { background-color: rgb(146,210,137); }
div.DivClassName
{
background-color: #92D289;
}
.BgClassName
{
background-color: #92D289;
}
</style>
border-color css
<style>
span { border-color: #92D289; }
span { border-color: rgb(146,210,137); }
td.TdClassName
{
border-color: #92D289;
}
.TagClassName
{
border-color: #92D289;
}
</style>