Shades of Spring Bud #99F312
Tints of Spring Bud #99F312
RGB
CMYK
RGB Variations
Color information
#99F312 (or 0x99F312) is known color: Spring Bud. HEX triplet: 99, F3 and 12. RGB value is (153,243,18). Sum of RGB (Red+Green+Blue) = 153+243+18=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 243 (95.31% from 255 or 58.70% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 243 - color contains mainly: green. Hex color #99F312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F312 is #660CED. Grayscale: #BFBFBF. Windows color (decimal): -6687982 or 1242009. OLE color: 1242009.
HSL color Cylindrical-coordinate representation of color #99F312: hue angle of 84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99F312 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 243 | 18 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.05 |
| HSL | 84º | 0.9% | 0.51% | - |
| HSV(B) | 84º | 0.93% | 0.95% | - |
| XYZ | 45.3 | 70.92 | 11.87 | - |
| YUV | 190.44 | 30.68 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 243 | 18 | 0.37 | 0 | 0.93 | 0.05 | 84 | 0.9 | 0.51 |
| Hex | 99 | F3 | 12 | 25 | 0 | 5D | 5 | 54 | 5A | 33 |
| Octal | 231 | 363 | 22 | 45 | 0 | 135 | 5 | 124 | 132 | 63 |
| Binary | 10011001 | 11110011 | 10010 | 100101 | 0 | 1011101 | 101 | 1010100 | 1011010 | 110011 |
Color Harmonies of #99F312
Complementary color
Monochromatic Colors of #99F312
Black with #99F312
Text Example
Text Example
White with #99F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F312; }
p { color: rgb(153,243,18); }
H1.HeaderClassName
{
color: #99F312;
}
.AnyTagClassName
{
color: #99F312;
}
</style>
background-color css
<style>
a { background-color: #99F312; }
a { background-color: rgb(153,243,18); }
div.DivClassName
{
background-color: #99F312;
}
.BgClassName
{
background-color: #99F312;
}
</style>
border-color css
<style>
span { border-color: #99F312; }
span { border-color: rgb(153,243,18); }
td.TdClassName
{
border-color: #99F312;
}
.TagClassName
{
border-color: #99F312;
}
</style>