Shades of Spring Bud #9DF812
Tints of Spring Bud #9DF812
RGB
CMYK
RGB Variations
Color information
#9DF812 (or 0x9DF812) is known color: Spring Bud. HEX triplet: 9D, F8 and 12. RGB value is (157,248,18). Sum of RGB (Red+Green+Blue) = 157+248+18=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 248 (97.27% from 255 or 58.63% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF812 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF812 is #6207ED. Grayscale: #C3C3C3. Windows color (decimal): -6424558 or 1243293. OLE color: 1243293.
HSL color Cylindrical-coordinate representation of color #9DF812: hue angle of 83.74º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DF812 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 18 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.03 |
| HSL | 83.74º | 0.94% | 0.52% | - |
| HSV(B) | 83.74º | 0.93% | 0.97% | - |
| XYZ | 47.58 | 74.35 | 12.41 | - |
| YUV | 194.57 | 28.35 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 18 | 0.37 | 0 | 0.93 | 0.03 | 83.74 | 0.94 | 0.52 |
| Hex | 9D | F8 | 12 | 25 | 0 | 5D | 3 | 54 | 5E | 34 |
| Octal | 235 | 370 | 22 | 45 | 0 | 135 | 3 | 124 | 136 | 64 |
| Binary | 10011101 | 11111000 | 10010 | 100101 | 0 | 1011101 | 11 | 1010100 | 1011110 | 110100 |
Color Harmonies of #9DF812
Complementary color
Monochromatic Colors of #9DF812
Black with #9DF812
Text Example
Text Example
White with #9DF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF812; }
p { color: rgb(157,248,18); }
H1.HeaderClassName
{
color: #9DF812;
}
.AnyTagClassName
{
color: #9DF812;
}
</style>
background-color css
<style>
a { background-color: #9DF812; }
a { background-color: rgb(157,248,18); }
div.DivClassName
{
background-color: #9DF812;
}
.BgClassName
{
background-color: #9DF812;
}
</style>
border-color css
<style>
span { border-color: #9DF812; }
span { border-color: rgb(157,248,18); }
td.TdClassName
{
border-color: #9DF812;
}
.TagClassName
{
border-color: #9DF812;
}
</style>