Shades of Yellow Green #92D412
Tints of Yellow Green #92D412
RGB
CMYK
RGB Variations
Color information
#92D412 (or 0x92D412) is known color: Yellow Green. HEX triplet: 92, D4 and 12. RGB value is (146,212,18). Sum of RGB (Red+Green+Blue) = 146+212+18=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 212 (83.20% from 255 or 56.38% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 212 - color contains mainly: green. Hex color #92D412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D412 is #6D2BED. Grayscale: #AAAAAA. Windows color (decimal): -7154670 or 1234066. OLE color: 1234066.
HSL color Cylindrical-coordinate representation of color #92D412: hue angle of 80.41º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92D412 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 212 | 18 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.17 |
| HSL | 80.41º | 0.84% | 0.45% | - |
| HSV(B) | 80.41º | 0.92% | 0.83% | - |
| XYZ | 35.51 | 53.24 | 8.98 | - |
| YUV | 170.15 | 42.13 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 212 | 18 | 0.31 | 0 | 0.92 | 0.17 | 80.41 | 0.84 | 0.45 |
| Hex | 92 | D4 | 12 | 1F | 0 | 5C | 11 | 50 | 54 | 2D |
| Octal | 222 | 324 | 22 | 37 | 0 | 134 | 21 | 120 | 124 | 55 |
| Binary | 10010010 | 11010100 | 10010 | 11111 | 0 | 1011100 | 10001 | 1010000 | 1010100 | 101101 |
Color Harmonies of #92D412
Complementary color
Monochromatic Colors of #92D412
Black with #92D412
Text Example
Text Example
White with #92D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D412; }
p { color: rgb(146,212,18); }
H1.HeaderClassName
{
color: #92D412;
}
.AnyTagClassName
{
color: #92D412;
}
</style>
background-color css
<style>
a { background-color: #92D412; }
a { background-color: rgb(146,212,18); }
div.DivClassName
{
background-color: #92D412;
}
.BgClassName
{
background-color: #92D412;
}
</style>
border-color css
<style>
span { border-color: #92D412; }
span { border-color: rgb(146,212,18); }
td.TdClassName
{
border-color: #92D412;
}
.TagClassName
{
border-color: #92D412;
}
</style>