Shades of Spring Bud #92E505
Tints of Spring Bud #92E505
RGB
CMYK
RGB Variations
Color information
#92E505 (or 0x92E505) is known color: Spring Bud. HEX triplet: 92, E5 and 05. RGB value is (146,229,5). Sum of RGB (Red+Green+Blue) = 146+229+5=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 229 (89.84% from 255 or 60.26% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 229 - color contains mainly: green. Hex color #92E505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92E505 is #6D1AFA. Grayscale: #B3B3B3. Windows color (decimal): -7150331 or 386450. OLE color: 386450.
HSL color Cylindrical-coordinate representation of color #92E505: hue angle of 82.23º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92E505 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 229 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.10 |
| HSL | 82.23º | 0.96% | 0.46% | - |
| HSV(B) | 82.23º | 0.98% | 0.9% | - |
| XYZ | 39.9 | 62.16 | 10.04 | - |
| YUV | 178.65 | 30 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 229 | 5 | 0.36 | 0 | 0.98 | 0.10 | 82.23 | 0.96 | 0.46 |
| Hex | 92 | E5 | 5 | 24 | 0 | 62 | A | 52 | 60 | 2E |
| Octal | 222 | 345 | 5 | 44 | 0 | 142 | 12 | 122 | 140 | 56 |
| Binary | 10010010 | 11100101 | 101 | 100100 | 0 | 1100010 | 1010 | 1010010 | 1100000 | 101110 |
Color Harmonies of #92E505
Complementary color
Monochromatic Colors of #92E505
Black with #92E505
Text Example
Text Example
White with #92E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E505; }
p { color: rgb(146,229,5); }
H1.HeaderClassName
{
color: #92E505;
}
.AnyTagClassName
{
color: #92E505;
}
</style>
background-color css
<style>
a { background-color: #92E505; }
a { background-color: rgb(146,229,5); }
div.DivClassName
{
background-color: #92E505;
}
.BgClassName
{
background-color: #92E505;
}
</style>
border-color css
<style>
span { border-color: #92E505; }
span { border-color: rgb(146,229,5); }
td.TdClassName
{
border-color: #92E505;
}
.TagClassName
{
border-color: #92E505;
}
</style>