Shades of Spring Bud #92E900
Tints of Spring Bud #92E900
RGB
CMYK
RGB Variations
Color information
#92E900 (or 0x92E900) is known color: Spring Bud. HEX triplet: 92, E9 and 00. RGB value is (146,233,0). Sum of RGB (Red+Green+Blue) = 146+233+0=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 233 (91.41% from 255 or 61.48% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 233 - color contains mainly: green. Hex color #92E900 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92E900 is #6D16FF. Grayscale: #B5B5B5. Windows color (decimal): -7149312 or 59794. OLE color: 59794.
HSL color Cylindrical-coordinate representation of color #92E900: hue angle of 82.4º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92E900 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 233 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.09 |
| HSL | 82.4º | 1% | 0.46% | - |
| HSV(B) | 82.4º | 1% | 0.91% | - |
| XYZ | 40.99 | 64.39 | 10.27 | - |
| YUV | 180.43 | 26.18 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 233 | 0 | 0.37 | 0 | 1 | 0.09 | 82.4 | 1 | 0.46 |
| Hex | 92 | E9 | 0 | 25 | 0 | 64 | 9 | 52 | 64 | 2E |
| Octal | 222 | 351 | 0 | 45 | 0 | 144 | 11 | 122 | 144 | 56 |
| Binary | 10010010 | 11101001 | 0 | 100101 | 0 | 1100100 | 1001 | 1010010 | 1100100 | 101110 |
Color Harmonies of #92E900
Complementary color
Monochromatic Colors of #92E900
Black with #92E900
Text Example
Text Example
White with #92E900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E900; }
p { color: rgb(146,233,0); }
H1.HeaderClassName
{
color: #92E900;
}
.AnyTagClassName
{
color: #92E900;
}
</style>
background-color css
<style>
a { background-color: #92E900; }
a { background-color: rgb(146,233,0); }
div.DivClassName
{
background-color: #92E900;
}
.BgClassName
{
background-color: #92E900;
}
</style>
border-color css
<style>
span { border-color: #92E900; }
span { border-color: rgb(146,233,0); }
td.TdClassName
{
border-color: #92E900;
}
.TagClassName
{
border-color: #92E900;
}
</style>