Shades of Spring Bud #92EC03
Tints of Spring Bud #92EC03
RGB
CMYK
RGB Variations
Color information
#92EC03 (or 0x92EC03) is known color: Spring Bud. HEX triplet: 92, EC and 03. RGB value is (146,236,3). Sum of RGB (Red+Green+Blue) = 146+236+3=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92EC03 is #6D13FC. Grayscale: #B7B7B7. Windows color (decimal): -7148541 or 257170. OLE color: 257170.
HSL color Cylindrical-coordinate representation of color #92EC03: hue angle of 83.18º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92EC03 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 3 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.07 |
| HSL | 83.18º | 0.97% | 0.47% | - |
| HSV(B) | 83.18º | 0.99% | 0.93% | - |
| XYZ | 41.87 | 66.11 | 10.64 | - |
| YUV | 182.53 | 26.68 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 3 | 0.38 | 0 | 0.99 | 0.07 | 83.18 | 0.97 | 0.47 |
| Hex | 92 | EC | 3 | 26 | 0 | 63 | 7 | 53 | 61 | 2F |
| Octal | 222 | 354 | 3 | 46 | 0 | 143 | 7 | 123 | 141 | 57 |
| Binary | 10010010 | 11101100 | 11 | 100110 | 0 | 1100011 | 111 | 1010011 | 1100001 | 101111 |
Color Harmonies of #92EC03
Complementary color
Monochromatic Colors of #92EC03
Black with #92EC03
Text Example
Text Example
White with #92EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EC03; }
p { color: rgb(146,236,3); }
H1.HeaderClassName
{
color: #92EC03;
}
.AnyTagClassName
{
color: #92EC03;
}
</style>
background-color css
<style>
a { background-color: #92EC03; }
a { background-color: rgb(146,236,3); }
div.DivClassName
{
background-color: #92EC03;
}
.BgClassName
{
background-color: #92EC03;
}
</style>
border-color css
<style>
span { border-color: #92EC03; }
span { border-color: rgb(146,236,3); }
td.TdClassName
{
border-color: #92EC03;
}
.TagClassName
{
border-color: #92EC03;
}
</style>