Shades of Spring Bud #99F602
Tints of Spring Bud #99F602
RGB
CMYK
RGB Variations
Color information
#99F602 (or 0x99F602) is known color: Spring Bud. HEX triplet: 99, F6 and 02. RGB value is (153,246,2). Sum of RGB (Red+Green+Blue) = 153+246+2=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 246 (96.48% from 255 or 61.35% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 246 - color contains mainly: green. Hex color #99F602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F602 is #6609FD. Grayscale: #BFBFBF. Windows color (decimal): -6687230 or 194201. OLE color: 194201.
HSL color Cylindrical-coordinate representation of color #99F602: hue angle of 82.87º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99F602 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 246 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.04 |
| HSL | 82.87º | 0.98% | 0.49% | - |
| HSV(B) | 82.87º | 0.99% | 0.96% | - |
| XYZ | 46.1 | 72.69 | 11.66 | - |
| YUV | 190.38 | 21.69 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 246 | 2 | 0.38 | 0 | 0.99 | 0.04 | 82.87 | 0.98 | 0.49 |
| Hex | 99 | F6 | 2 | 26 | 0 | 63 | 4 | 53 | 62 | 31 |
| Octal | 231 | 366 | 2 | 46 | 0 | 143 | 4 | 123 | 142 | 61 |
| Binary | 10011001 | 11110110 | 10 | 100110 | 0 | 1100011 | 100 | 1010011 | 1100010 | 110001 |
Color Harmonies of #99F602
Complementary color
Monochromatic Colors of #99F602
Black with #99F602
Text Example
Text Example
White with #99F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F602; }
p { color: rgb(153,246,2); }
H1.HeaderClassName
{
color: #99F602;
}
.AnyTagClassName
{
color: #99F602;
}
</style>
background-color css
<style>
a { background-color: #99F602; }
a { background-color: rgb(153,246,2); }
div.DivClassName
{
background-color: #99F602;
}
.BgClassName
{
background-color: #99F602;
}
</style>
border-color css
<style>
span { border-color: #99F602; }
span { border-color: rgb(153,246,2); }
td.TdClassName
{
border-color: #99F602;
}
.TagClassName
{
border-color: #99F602;
}
</style>