Shades of Spring Bud #92E602
Tints of Spring Bud #92E602
RGB
CMYK
RGB Variations
Color information
#92E602 (or 0x92E602) is known color: Spring Bud. HEX triplet: 92, E6 and 02. RGB value is (146,230,2). Sum of RGB (Red+Green+Blue) = 146+230+2=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 230 (90.23% from 255 or 60.85% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 230 - color contains mainly: green. Hex color #92E602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92E602 is #6D19FD. Grayscale: #B3B3B3. Windows color (decimal): -7150078 or 190098. OLE color: 190098.
HSL color Cylindrical-coordinate representation of color #92E602: hue angle of 82.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92E602 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 230 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.10 |
| HSL | 82.11º | 0.98% | 0.45% | - |
| HSV(B) | 82.11º | 0.99% | 0.9% | - |
| XYZ | 40.16 | 62.71 | 10.04 | - |
| YUV | 178.89 | 28.17 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 230 | 2 | 0.37 | 0 | 0.99 | 0.10 | 82.11 | 0.98 | 0.45 |
| Hex | 92 | E6 | 2 | 25 | 0 | 63 | A | 52 | 62 | 2D |
| Octal | 222 | 346 | 2 | 45 | 0 | 143 | 12 | 122 | 142 | 55 |
| Binary | 10010010 | 11100110 | 10 | 100101 | 0 | 1100011 | 1010 | 1010010 | 1100010 | 101101 |
Color Harmonies of #92E602
Complementary color
Monochromatic Colors of #92E602
Black with #92E602
Text Example
Text Example
White with #92E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E602; }
p { color: rgb(146,230,2); }
H1.HeaderClassName
{
color: #92E602;
}
.AnyTagClassName
{
color: #92E602;
}
</style>
background-color css
<style>
a { background-color: #92E602; }
a { background-color: rgb(146,230,2); }
div.DivClassName
{
background-color: #92E602;
}
.BgClassName
{
background-color: #92E602;
}
</style>
border-color css
<style>
span { border-color: #92E602; }
span { border-color: rgb(146,230,2); }
td.TdClassName
{
border-color: #92E602;
}
.TagClassName
{
border-color: #92E602;
}
</style>