Shades of Green Yellow #92FA32
Tints of Green Yellow #92FA32
RGB
CMYK
RGB Variations
Color information
#92FA32 (or 0x92FA32) is known color: Green Yellow. HEX triplet: 92, FA and 32. RGB value is (146,250,50). Sum of RGB (Red+Green+Blue) = 146+250+50=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92FA32 is #6D05CD. Grayscale: #C4C4C4. Windows color (decimal): -7144910 or 3340946. OLE color: 3340946.
HSL color Cylindrical-coordinate representation of color #92FA32: hue angle of 91.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92FA32 is Cyan = 0.42, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 50 | - |
| CMYK | 0.42 | 0 | 0.8 | 0.02 |
| HSL | 91.2º | 0.95% | 0.59% | - |
| HSV(B) | 91.2º | 0.8% | 0.98% | - |
| XYZ | 46.62 | 74.71 | 14.98 | - |
| YUV | 196.1 | 45.54 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 50 | 0.42 | 0 | 0.8 | 0.02 | 91.2 | 0.95 | 0.59 |
| Hex | 92 | FA | 32 | 2A | 0 | 50 | 2 | 5B | 5F | 3B |
| Octal | 222 | 372 | 62 | 52 | 0 | 120 | 2 | 133 | 137 | 73 |
| Binary | 10010010 | 11111010 | 110010 | 101010 | 0 | 1010000 | 10 | 1011011 | 1011111 | 111011 |
Color Harmonies of #92FA32
Complementary color
Monochromatic Colors of #92FA32
Black with #92FA32
Text Example
Text Example
White with #92FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FA32; }
p { color: rgb(146,250,50); }
H1.HeaderClassName
{
color: #92FA32;
}
.AnyTagClassName
{
color: #92FA32;
}
</style>
background-color css
<style>
a { background-color: #92FA32; }
a { background-color: rgb(146,250,50); }
div.DivClassName
{
background-color: #92FA32;
}
.BgClassName
{
background-color: #92FA32;
}
</style>
border-color css
<style>
span { border-color: #92FA32; }
span { border-color: rgb(146,250,50); }
td.TdClassName
{
border-color: #92FA32;
}
.TagClassName
{
border-color: #92FA32;
}
</style>