Shades of Spring Bud #9DF304
Tints of Spring Bud #9DF304
RGB
CMYK
RGB Variations
Color information
#9DF304 (or 0x9DF304) is known color: Spring Bud. HEX triplet: 9D, F3 and 04. RGB value is (157,243,4). Sum of RGB (Red+Green+Blue) = 157+243+4=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 243 (95.31% from 255 or 60.15% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF304 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF304 is #620CFB. Grayscale: #BEBEBE. Windows color (decimal): -6425852 or 324509. OLE color: 324509.
HSL color Cylindrical-coordinate representation of color #9DF304: hue angle of 81.59º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DF304 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 4 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.05 |
| HSL | 81.59º | 0.97% | 0.48% | - |
| HSV(B) | 81.59º | 0.98% | 0.95% | - |
| XYZ | 45.98 | 71.28 | 11.45 | - |
| YUV | 190.04 | 23.01 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 4 | 0.35 | 0 | 0.98 | 0.05 | 81.59 | 0.97 | 0.48 |
| Hex | 9D | F3 | 4 | 23 | 0 | 62 | 5 | 52 | 61 | 30 |
| Octal | 235 | 363 | 4 | 43 | 0 | 142 | 5 | 122 | 141 | 60 |
| Binary | 10011101 | 11110011 | 100 | 100011 | 0 | 1100010 | 101 | 1010010 | 1100001 | 110000 |
Color Harmonies of #9DF304
Complementary color
Monochromatic Colors of #9DF304
Black with #9DF304
Text Example
Text Example
White with #9DF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF304; }
p { color: rgb(157,243,4); }
H1.HeaderClassName
{
color: #9DF304;
}
.AnyTagClassName
{
color: #9DF304;
}
</style>
background-color css
<style>
a { background-color: #9DF304; }
a { background-color: rgb(157,243,4); }
div.DivClassName
{
background-color: #9DF304;
}
.BgClassName
{
background-color: #9DF304;
}
</style>
border-color css
<style>
span { border-color: #9DF304; }
span { border-color: rgb(157,243,4); }
td.TdClassName
{
border-color: #9DF304;
}
.TagClassName
{
border-color: #9DF304;
}
</style>