Shades of Spring Bud #92F00F
Tints of Spring Bud #92F00F
RGB
CMYK
RGB Variations
Color information
#92F00F (or 0x92F00F) is known color: Spring Bud. HEX triplet: 92, F0 and 0F. RGB value is (146,240,15). Sum of RGB (Red+Green+Blue) = 146+240+15=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 240 (94.14% from 255 or 59.85% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 240 - color contains mainly: green. Hex color #92F00F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F00F is #6D0FF0. Grayscale: #BBBBBB. Windows color (decimal): -7147505 or 1044626. OLE color: 1044626.
HSL color Cylindrical-coordinate representation of color #92F00F: hue angle of 85.07º degrees, saturation: 0.88, 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 #92F00F is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 15 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.06 |
| HSL | 85.07º | 0.88% | 0.5% | - |
| HSV(B) | 85.07º | 0.94% | 0.94% | - |
| XYZ | 43.1 | 68.47 | 11.4 | - |
| YUV | 186.24 | 31.36 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 15 | 0.39 | 0 | 0.94 | 0.06 | 85.07 | 0.88 | 0.5 |
| Hex | 92 | F0 | F | 27 | 0 | 5E | 6 | 55 | 58 | 32 |
| Octal | 222 | 360 | 17 | 47 | 0 | 136 | 6 | 125 | 130 | 62 |
| Binary | 10010010 | 11110000 | 1111 | 100111 | 0 | 1011110 | 110 | 1010101 | 1011000 | 110010 |
Color Harmonies of #92F00F
Complementary color
Monochromatic Colors of #92F00F
Black with #92F00F
Text Example
Text Example
White with #92F00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F00F; }
p { color: rgb(146,240,15); }
H1.HeaderClassName
{
color: #92F00F;
}
.AnyTagClassName
{
color: #92F00F;
}
</style>
background-color css
<style>
a { background-color: #92F00F; }
a { background-color: rgb(146,240,15); }
div.DivClassName
{
background-color: #92F00F;
}
.BgClassName
{
background-color: #92F00F;
}
</style>
border-color css
<style>
span { border-color: #92F00F; }
span { border-color: rgb(146,240,15); }
td.TdClassName
{
border-color: #92F00F;
}
.TagClassName
{
border-color: #92F00F;
}
</style>