Shades of Spring Bud #92E402
Tints of Spring Bud #92E402
RGB
CMYK
RGB Variations
Color information
#92E402 (or 0x92E402) is known color: Spring Bud. HEX triplet: 92, E4 and 02. RGB value is (146,228,2). Sum of RGB (Red+Green+Blue) = 146+228+2=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 228 (89.45% from 255 or 60.64% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 228 - color contains mainly: green. Hex color #92E402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92E402 is #6D1BFD. Grayscale: #B2B2B2. Windows color (decimal): -7150590 or 189586. OLE color: 189586.
HSL color Cylindrical-coordinate representation of color #92E402: hue angle of 81.77º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92E402 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 228 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.11 |
| HSL | 81.77º | 0.98% | 0.45% | - |
| HSV(B) | 81.77º | 0.99% | 0.89% | - |
| XYZ | 39.61 | 61.6 | 9.86 | - |
| YUV | 177.72 | 28.83 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 228 | 2 | 0.36 | 0 | 0.99 | 0.11 | 81.77 | 0.98 | 0.45 |
| Hex | 92 | E4 | 2 | 24 | 0 | 63 | B | 52 | 62 | 2D |
| Octal | 222 | 344 | 2 | 44 | 0 | 143 | 13 | 122 | 142 | 55 |
| Binary | 10010010 | 11100100 | 10 | 100100 | 0 | 1100011 | 1011 | 1010010 | 1100010 | 101101 |
Color Harmonies of #92E402
Complementary color
Monochromatic Colors of #92E402
Black with #92E402
Text Example
Text Example
White with #92E402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E402; }
p { color: rgb(146,228,2); }
H1.HeaderClassName
{
color: #92E402;
}
.AnyTagClassName
{
color: #92E402;
}
</style>
background-color css
<style>
a { background-color: #92E402; }
a { background-color: rgb(146,228,2); }
div.DivClassName
{
background-color: #92E402;
}
.BgClassName
{
background-color: #92E402;
}
</style>
border-color css
<style>
span { border-color: #92E402; }
span { border-color: rgb(146,228,2); }
td.TdClassName
{
border-color: #92E402;
}
.TagClassName
{
border-color: #92E402;
}
</style>