Shades of De York #92D397
Tints of De York #92D397
RGB
CMYK
RGB Variations
Color information
#92D397 (or 0x92D397) is known color: De York. HEX triplet: 92, D3 and 97. RGB value is (146,211,151). Sum of RGB (Red+Green+Blue) = 146+211+151=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #92D397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D397 is #6D2C68. Grayscale: #B8B8B8. Windows color (decimal): -7154793 or 9950098. OLE color: 9950098.
HSL color Cylindrical-coordinate representation of color #92D397: hue angle of 124.62º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D397 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 211 | 151 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.17 |
| HSL | 124.62º | 0.42% | 0.7% | - |
| HSV(B) | 124.62º | 0.31% | 0.83% | - |
| XYZ | 40.73 | 54.93 | 37.73 | - |
| YUV | 184.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 211 | 151 | 0.31 | 0 | 0.28 | 0.17 | 124.62 | 0.42 | 0.7 |
| Hex | 92 | D3 | 97 | 1F | 0 | 1C | 11 | 7D | 2A | 46 |
| Octal | 222 | 323 | 227 | 37 | 0 | 34 | 21 | 175 | 52 | 106 |
| Binary | 10010010 | 11010011 | 10010111 | 11111 | 0 | 11100 | 10001 | 1111101 | 101010 | 1000110 |
Color Harmonies of #92D397
Complementary color
Monochromatic Colors of #92D397
Black with #92D397
Text Example
Text Example
White with #92D397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D397; }
p { color: rgb(146,211,151); }
H1.HeaderClassName
{
color: #92D397;
}
.AnyTagClassName
{
color: #92D397;
}
</style>
background-color css
<style>
a { background-color: #92D397; }
a { background-color: rgb(146,211,151); }
div.DivClassName
{
background-color: #92D397;
}
.BgClassName
{
background-color: #92D397;
}
</style>
border-color css
<style>
span { border-color: #92D397; }
span { border-color: rgb(146,211,151); }
td.TdClassName
{
border-color: #92D397;
}
.TagClassName
{
border-color: #92D397;
}
</style>