Shades of Spring Bud #99EE0B
Tints of Spring Bud #99EE0B
RGB
CMYK
RGB Variations
Color information
#99EE0B (or 0x99EE0B) is known color: Spring Bud. HEX triplet: 99, EE and 0B. RGB value is (153,238,11). Sum of RGB (Red+Green+Blue) = 153+238+11=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 238 (93.36% from 255 or 59.20% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 238 - color contains mainly: green. Hex color #99EE0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EE0B is #6611F4. Grayscale: #BBBBBB. Windows color (decimal): -6689269 or 781977. OLE color: 781977.
HSL color Cylindrical-coordinate representation of color #99EE0B: hue angle of 82.47º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99EE0B is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 11 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.07 |
| HSL | 82.47º | 0.91% | 0.49% | - |
| HSV(B) | 82.47º | 0.95% | 0.93% | - |
| XYZ | 43.77 | 67.95 | 11.12 | - |
| YUV | 186.71 | 28.84 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 11 | 0.36 | 0 | 0.95 | 0.07 | 82.47 | 0.91 | 0.49 |
| Hex | 99 | EE | B | 24 | 0 | 5F | 7 | 52 | 5B | 31 |
| Octal | 231 | 356 | 13 | 44 | 0 | 137 | 7 | 122 | 133 | 61 |
| Binary | 10011001 | 11101110 | 1011 | 100100 | 0 | 1011111 | 111 | 1010010 | 1011011 | 110001 |
Color Harmonies of #99EE0B
Complementary color
Monochromatic Colors of #99EE0B
Black with #99EE0B
Text Example
Text Example
White with #99EE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EE0B; }
p { color: rgb(153,238,11); }
H1.HeaderClassName
{
color: #99EE0B;
}
.AnyTagClassName
{
color: #99EE0B;
}
</style>
background-color css
<style>
a { background-color: #99EE0B; }
a { background-color: rgb(153,238,11); }
div.DivClassName
{
background-color: #99EE0B;
}
.BgClassName
{
background-color: #99EE0B;
}
</style>
border-color css
<style>
span { border-color: #99EE0B; }
span { border-color: rgb(153,238,11); }
td.TdClassName
{
border-color: #99EE0B;
}
.TagClassName
{
border-color: #99EE0B;
}
</style>