Shades of Yellow Green #92CA32
Tints of Yellow Green #92CA32
RGB
CMYK
RGB Variations
Color information
#92CA32 (or 0x92CA32) is known color: Yellow Green. HEX triplet: 92, CA and 32. RGB value is (146,202,50). Sum of RGB (Red+Green+Blue) = 146+202+50=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CA32 is #6D35CD. Grayscale: #A8A8A8. Windows color (decimal): -7157198 or 3328658. OLE color: 3328658.
HSL color Cylindrical-coordinate representation of color #92CA32: hue angle of 82.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92CA32 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 50 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.21 |
| HSL | 82.11º | 0.6% | 0.49% | - |
| HSV(B) | 82.11º | 0.75% | 0.79% | - |
| XYZ | 33.55 | 48.58 | 10.63 | - |
| YUV | 167.93 | 61.45 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 50 | 0.28 | 0 | 0.75 | 0.21 | 82.11 | 0.6 | 0.49 |
| Hex | 92 | CA | 32 | 1C | 0 | 4B | 15 | 52 | 3C | 31 |
| Octal | 222 | 312 | 62 | 34 | 0 | 113 | 25 | 122 | 74 | 61 |
| Binary | 10010010 | 11001010 | 110010 | 11100 | 0 | 1001011 | 10101 | 1010010 | 111100 | 110001 |
Color Harmonies of #92CA32
Complementary color
Monochromatic Colors of #92CA32
Black with #92CA32
Text Example
Text Example
White with #92CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA32; }
p { color: rgb(146,202,50); }
H1.HeaderClassName
{
color: #92CA32;
}
.AnyTagClassName
{
color: #92CA32;
}
</style>
background-color css
<style>
a { background-color: #92CA32; }
a { background-color: rgb(146,202,50); }
div.DivClassName
{
background-color: #92CA32;
}
.BgClassName
{
background-color: #92CA32;
}
</style>
border-color css
<style>
span { border-color: #92CA32; }
span { border-color: rgb(146,202,50); }
td.TdClassName
{
border-color: #92CA32;
}
.TagClassName
{
border-color: #92CA32;
}
</style>