Shades of Spring Bud #92E702
Tints of Spring Bud #92E702
RGB
CMYK
RGB Variations
Color information
#92E702 (or 0x92E702) is known color: Spring Bud. HEX triplet: 92, E7 and 02. RGB value is (146,231,2). Sum of RGB (Red+Green+Blue) = 146+231+2=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 231 (90.62% from 255 or 60.95% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 231 - color contains mainly: green. Hex color #92E702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92E702 is #6D18FD. Grayscale: #B4B4B4. Windows color (decimal): -7149822 or 190354. OLE color: 190354.
HSL color Cylindrical-coordinate representation of color #92E702: hue angle of 82.27º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92E702 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 231 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.09 |
| HSL | 82.27º | 0.98% | 0.46% | - |
| HSV(B) | 82.27º | 0.99% | 0.91% | - |
| XYZ | 40.44 | 63.27 | 10.14 | - |
| YUV | 179.48 | 27.84 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 231 | 2 | 0.37 | 0 | 0.99 | 0.09 | 82.27 | 0.98 | 0.46 |
| Hex | 92 | E7 | 2 | 25 | 0 | 63 | 9 | 52 | 62 | 2E |
| Octal | 222 | 347 | 2 | 45 | 0 | 143 | 11 | 122 | 142 | 56 |
| Binary | 10010010 | 11100111 | 10 | 100101 | 0 | 1100011 | 1001 | 1010010 | 1100010 | 101110 |
Color Harmonies of #92E702
Complementary color
Monochromatic Colors of #92E702
Black with #92E702
Text Example
Text Example
White with #92E702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E702; }
p { color: rgb(146,231,2); }
H1.HeaderClassName
{
color: #92E702;
}
.AnyTagClassName
{
color: #92E702;
}
</style>
background-color css
<style>
a { background-color: #92E702; }
a { background-color: rgb(146,231,2); }
div.DivClassName
{
background-color: #92E702;
}
.BgClassName
{
background-color: #92E702;
}
</style>
border-color css
<style>
span { border-color: #92E702; }
span { border-color: rgb(146,231,2); }
td.TdClassName
{
border-color: #92E702;
}
.TagClassName
{
border-color: #92E702;
}
</style>