Shades of Spring Bud #92E603
Tints of Spring Bud #92E603
RGB
CMYK
RGB Variations
Color information
#92E603 (or 0x92E603) is known color: Spring Bud. HEX triplet: 92, E6 and 03. RGB value is (146,230,3). Sum of RGB (Red+Green+Blue) = 146+230+3=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 230 (90.23% from 255 or 60.69% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 230 - color contains mainly: green. Hex color #92E603 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92E603 is #6D19FC. Grayscale: #B3B3B3. Windows color (decimal): -7150077 or 255634. OLE color: 255634.
HSL color Cylindrical-coordinate representation of color #92E603: hue angle of 82.2º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92E603 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 230 | 3 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.10 |
| HSL | 82.2º | 0.97% | 0.46% | - |
| HSV(B) | 82.2º | 0.99% | 0.9% | - |
| XYZ | 40.17 | 62.71 | 10.07 | - |
| YUV | 179.01 | 28.67 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 230 | 3 | 0.37 | 0 | 0.99 | 0.10 | 82.2 | 0.97 | 0.46 |
| Hex | 92 | E6 | 3 | 25 | 0 | 63 | A | 52 | 61 | 2E |
| Octal | 222 | 346 | 3 | 45 | 0 | 143 | 12 | 122 | 141 | 56 |
| Binary | 10010010 | 11100110 | 11 | 100101 | 0 | 1100011 | 1010 | 1010010 | 1100001 | 101110 |
Color Harmonies of #92E603
Complementary color
Monochromatic Colors of #92E603
Black with #92E603
Text Example
Text Example
White with #92E603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E603; }
p { color: rgb(146,230,3); }
H1.HeaderClassName
{
color: #92E603;
}
.AnyTagClassName
{
color: #92E603;
}
</style>
background-color css
<style>
a { background-color: #92E603; }
a { background-color: rgb(146,230,3); }
div.DivClassName
{
background-color: #92E603;
}
.BgClassName
{
background-color: #92E603;
}
</style>
border-color css
<style>
span { border-color: #92E603; }
span { border-color: rgb(146,230,3); }
td.TdClassName
{
border-color: #92E603;
}
.TagClassName
{
border-color: #92E603;
}
</style>