Shades of Spring Bud #92F00E
Tints of Spring Bud #92F00E
RGB
CMYK
RGB Variations
Color information
#92F00E (or 0x92F00E) is known color: Spring Bud. HEX triplet: 92, F0 and 0E. RGB value is (146,240,14). Sum of RGB (Red+Green+Blue) = 146+240+14=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 240 (94.14% from 255 or 60% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 240 - color contains mainly: green. Hex color #92F00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F00E is #6D0FF1. Grayscale: #BABABA. Windows color (decimal): -7147506 or 979090. OLE color: 979090.
HSL color Cylindrical-coordinate representation of color #92F00E: hue angle of 84.96º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92F00E is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 14 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.06 |
| HSL | 84.96º | 0.89% | 0.5% | - |
| HSV(B) | 84.96º | 0.94% | 0.94% | - |
| XYZ | 43.09 | 68.46 | 11.36 | - |
| YUV | 186.13 | 30.86 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 14 | 0.39 | 0 | 0.94 | 0.06 | 84.96 | 0.89 | 0.5 |
| Hex | 92 | F0 | E | 27 | 0 | 5E | 6 | 55 | 59 | 32 |
| Octal | 222 | 360 | 16 | 47 | 0 | 136 | 6 | 125 | 131 | 62 |
| Binary | 10010010 | 11110000 | 1110 | 100111 | 0 | 1011110 | 110 | 1010101 | 1011001 | 110010 |
Color Harmonies of #92F00E
Complementary color
Monochromatic Colors of #92F00E
Black with #92F00E
Text Example
Text Example
White with #92F00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F00E; }
p { color: rgb(146,240,14); }
H1.HeaderClassName
{
color: #92F00E;
}
.AnyTagClassName
{
color: #92F00E;
}
</style>
background-color css
<style>
a { background-color: #92F00E; }
a { background-color: rgb(146,240,14); }
div.DivClassName
{
background-color: #92F00E;
}
.BgClassName
{
background-color: #92F00E;
}
</style>
border-color css
<style>
span { border-color: #92F00E; }
span { border-color: rgb(146,240,14); }
td.TdClassName
{
border-color: #92F00E;
}
.TagClassName
{
border-color: #92F00E;
}
</style>