Shades of Spring Bud #92F102
Tints of Spring Bud #92F102
RGB
CMYK
RGB Variations
Color information
#92F102 (or 0x92F102) is known color: Spring Bud. HEX triplet: 92, F1 and 02. RGB value is (146,241,2). Sum of RGB (Red+Green+Blue) = 146+241+2=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #92F102 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F102 is #6D0EFD. Grayscale: #BABABA. Windows color (decimal): -7147262 or 192914. OLE color: 192914.
HSL color Cylindrical-coordinate representation of color #92F102: hue angle of 83.85º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92F102 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 241 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.05 |
| HSL | 83.85º | 0.98% | 0.48% | - |
| HSV(B) | 83.85º | 0.99% | 0.95% | - |
| XYZ | 43.32 | 69.03 | 11.1 | - |
| YUV | 185.35 | 24.53 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 241 | 2 | 0.39 | 0 | 0.99 | 0.05 | 83.85 | 0.98 | 0.48 |
| Hex | 92 | F1 | 2 | 27 | 0 | 63 | 5 | 54 | 62 | 30 |
| Octal | 222 | 361 | 2 | 47 | 0 | 143 | 5 | 124 | 142 | 60 |
| Binary | 10010010 | 11110001 | 10 | 100111 | 0 | 1100011 | 101 | 1010100 | 1100010 | 110000 |
Color Harmonies of #92F102
Complementary color
Monochromatic Colors of #92F102
Black with #92F102
Text Example
Text Example
White with #92F102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F102; }
p { color: rgb(146,241,2); }
H1.HeaderClassName
{
color: #92F102;
}
.AnyTagClassName
{
color: #92F102;
}
</style>
background-color css
<style>
a { background-color: #92F102; }
a { background-color: rgb(146,241,2); }
div.DivClassName
{
background-color: #92F102;
}
.BgClassName
{
background-color: #92F102;
}
</style>
border-color css
<style>
span { border-color: #92F102; }
span { border-color: rgb(146,241,2); }
td.TdClassName
{
border-color: #92F102;
}
.TagClassName
{
border-color: #92F102;
}
</style>