Shades of Spring Bud #92EC04
Tints of Spring Bud #92EC04
RGB
CMYK
RGB Variations
Color information
#92EC04 (or 0x92EC04) is known color: Spring Bud. HEX triplet: 92, EC and 04. RGB value is (146,236,4). Sum of RGB (Red+Green+Blue) = 146+236+4=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 236 (92.58% from 255 or 61.14% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92EC04 is #6D13FB. Grayscale: #B7B7B7. Windows color (decimal): -7148540 or 322706. OLE color: 322706.
HSL color Cylindrical-coordinate representation of color #92EC04: hue angle of 83.28º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92EC04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 4 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.07 |
| HSL | 83.28º | 0.97% | 0.47% | - |
| HSV(B) | 83.28º | 0.98% | 0.93% | - |
| XYZ | 41.87 | 66.11 | 10.67 | - |
| YUV | 182.64 | 27.18 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 4 | 0.38 | 0 | 0.98 | 0.07 | 83.28 | 0.97 | 0.47 |
| Hex | 92 | EC | 4 | 26 | 0 | 62 | 7 | 53 | 61 | 2F |
| Octal | 222 | 354 | 4 | 46 | 0 | 142 | 7 | 123 | 141 | 57 |
| Binary | 10010010 | 11101100 | 100 | 100110 | 0 | 1100010 | 111 | 1010011 | 1100001 | 101111 |
Color Harmonies of #92EC04
Complementary color
Monochromatic Colors of #92EC04
Black with #92EC04
Text Example
Text Example
White with #92EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EC04; }
p { color: rgb(146,236,4); }
H1.HeaderClassName
{
color: #92EC04;
}
.AnyTagClassName
{
color: #92EC04;
}
</style>
background-color css
<style>
a { background-color: #92EC04; }
a { background-color: rgb(146,236,4); }
div.DivClassName
{
background-color: #92EC04;
}
.BgClassName
{
background-color: #92EC04;
}
</style>
border-color css
<style>
span { border-color: #92EC04; }
span { border-color: rgb(146,236,4); }
td.TdClassName
{
border-color: #92EC04;
}
.TagClassName
{
border-color: #92EC04;
}
</style>