Shades of Spring Bud #92E102
Tints of Spring Bud #92E102
RGB
CMYK
RGB Variations
Color information
#92E102 (or 0x92E102) is known color: Spring Bud. HEX triplet: 92, E1 and 02. RGB value is (146,225,2). Sum of RGB (Red+Green+Blue) = 146+225+2=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #92E102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92E102 is #6D1EFD. Grayscale: #B0B0B0. Windows color (decimal): -7151358 or 188818. OLE color: 188818.
HSL color Cylindrical-coordinate representation of color #92E102: hue angle of 81.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92E102 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 225 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.12 |
| HSL | 81.26º | 0.98% | 0.45% | - |
| HSV(B) | 81.26º | 0.99% | 0.88% | - |
| XYZ | 38.79 | 59.97 | 9.59 | - |
| YUV | 175.96 | 29.83 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 225 | 2 | 0.35 | 0 | 0.99 | 0.12 | 81.26 | 0.98 | 0.45 |
| Hex | 92 | E1 | 2 | 23 | 0 | 63 | C | 51 | 62 | 2D |
| Octal | 222 | 341 | 2 | 43 | 0 | 143 | 14 | 121 | 142 | 55 |
| Binary | 10010010 | 11100001 | 10 | 100011 | 0 | 1100011 | 1100 | 1010001 | 1100010 | 101101 |
Color Harmonies of #92E102
Complementary color
Monochromatic Colors of #92E102
Black with #92E102
Text Example
Text Example
White with #92E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E102; }
p { color: rgb(146,225,2); }
H1.HeaderClassName
{
color: #92E102;
}
.AnyTagClassName
{
color: #92E102;
}
</style>
background-color css
<style>
a { background-color: #92E102; }
a { background-color: rgb(146,225,2); }
div.DivClassName
{
background-color: #92E102;
}
.BgClassName
{
background-color: #92E102;
}
</style>
border-color css
<style>
span { border-color: #92E102; }
span { border-color: rgb(146,225,2); }
td.TdClassName
{
border-color: #92E102;
}
.TagClassName
{
border-color: #92E102;
}
</style>