Shades of Yellow Green #92D512
Tints of Yellow Green #92D512
RGB
CMYK
RGB Variations
Color information
#92D512 (or 0x92D512) is known color: Yellow Green. HEX triplet: 92, D5 and 12. RGB value is (146,213,18). Sum of RGB (Red+Green+Blue) = 146+213+18=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #92D512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D512 is #6D2AED. Grayscale: #ABABAB. Windows color (decimal): -7154414 or 1234322. OLE color: 1234322.
HSL color Cylindrical-coordinate representation of color #92D512: hue angle of 80.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92D512 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 213 | 18 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.16 |
| HSL | 80.62º | 0.84% | 0.45% | - |
| HSV(B) | 80.62º | 0.92% | 0.84% | - |
| XYZ | 35.76 | 53.74 | 9.06 | - |
| YUV | 170.74 | 41.8 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 213 | 18 | 0.31 | 0 | 0.92 | 0.16 | 80.62 | 0.84 | 0.45 |
| Hex | 92 | D5 | 12 | 1F | 0 | 5C | 10 | 51 | 54 | 2D |
| Octal | 222 | 325 | 22 | 37 | 0 | 134 | 20 | 121 | 124 | 55 |
| Binary | 10010010 | 11010101 | 10010 | 11111 | 0 | 1011100 | 10000 | 1010001 | 1010100 | 101101 |
Color Harmonies of #92D512
Complementary color
Monochromatic Colors of #92D512
Black with #92D512
Text Example
Text Example
White with #92D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D512; }
p { color: rgb(146,213,18); }
H1.HeaderClassName
{
color: #92D512;
}
.AnyTagClassName
{
color: #92D512;
}
</style>
background-color css
<style>
a { background-color: #92D512; }
a { background-color: rgb(146,213,18); }
div.DivClassName
{
background-color: #92D512;
}
.BgClassName
{
background-color: #92D512;
}
</style>
border-color css
<style>
span { border-color: #92D512; }
span { border-color: rgb(146,213,18); }
td.TdClassName
{
border-color: #92D512;
}
.TagClassName
{
border-color: #92D512;
}
</style>