Shades of Spring Bud #92E003
Tints of Spring Bud #92E003
RGB
CMYK
RGB Variations
Color information
#92E003 (or 0x92E003) is known color: Spring Bud. HEX triplet: 92, E0 and 03. RGB value is (146,224,3). Sum of RGB (Red+Green+Blue) = 146+224+3=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 224 (87.89% from 255 or 60.05% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 224 - color contains mainly: green. Hex color #92E003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92E003 is #6D1FFC. Grayscale: #B0B0B0. Windows color (decimal): -7151613 or 254098. OLE color: 254098.
HSL color Cylindrical-coordinate representation of color #92E003: hue angle of 81.18º degrees, saturation: 0.97, 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 #92E003 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 224 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.12 |
| HSL | 81.18º | 0.97% | 0.45% | - |
| HSV(B) | 81.18º | 0.99% | 0.88% | - |
| XYZ | 38.53 | 59.43 | 9.53 | - |
| YUV | 175.48 | 30.66 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 224 | 3 | 0.35 | 0 | 0.99 | 0.12 | 81.18 | 0.97 | 0.45 |
| Hex | 92 | E0 | 3 | 23 | 0 | 63 | C | 51 | 61 | 2D |
| Octal | 222 | 340 | 3 | 43 | 0 | 143 | 14 | 121 | 141 | 55 |
| Binary | 10010010 | 11100000 | 11 | 100011 | 0 | 1100011 | 1100 | 1010001 | 1100001 | 101101 |
Color Harmonies of #92E003
Complementary color
Monochromatic Colors of #92E003
Black with #92E003
Text Example
Text Example
White with #92E003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E003; }
p { color: rgb(146,224,3); }
H1.HeaderClassName
{
color: #92E003;
}
.AnyTagClassName
{
color: #92E003;
}
</style>
background-color css
<style>
a { background-color: #92E003; }
a { background-color: rgb(146,224,3); }
div.DivClassName
{
background-color: #92E003;
}
.BgClassName
{
background-color: #92E003;
}
</style>
border-color css
<style>
span { border-color: #92E003; }
span { border-color: rgb(146,224,3); }
td.TdClassName
{
border-color: #92E003;
}
.TagClassName
{
border-color: #92E003;
}
</style>