Shades of Spring Bud #94DF00
Tints of Spring Bud #94DF00
RGB
CMYK
RGB Variations
Color information
#94DF00 (or 0x94DF00) is known color: Spring Bud. HEX triplet: 94, DF and 00. RGB value is (148,223,0). Sum of RGB (Red+Green+Blue) = 148+223+0=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DF00 is #6B20FF. Grayscale: #AFAFAF. Windows color (decimal): -7020800 or 57236. OLE color: 57236.
HSL color Cylindrical-coordinate representation of color #94DF00: hue angle of 80.18º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94DF00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.13 |
| HSL | 80.18º | 1% | 0.44% | - |
| HSV(B) | 80.18º | 1% | 0.87% | - |
| XYZ | 38.6 | 59.07 | 9.37 | - |
| YUV | 175.15 | 29.15 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 0 | 0.34 | 0 | 1 | 0.13 | 80.18 | 1 | 0.44 |
| Hex | 94 | DF | 0 | 22 | 0 | 64 | D | 50 | 64 | 2C |
| Octal | 224 | 337 | 0 | 42 | 0 | 144 | 15 | 120 | 144 | 54 |
| Binary | 10010100 | 11011111 | 0 | 100010 | 0 | 1100100 | 1101 | 1010000 | 1100100 | 101100 |
Color Harmonies of #94DF00
Complementary color
Monochromatic Colors of #94DF00
Black with #94DF00
Text Example
Text Example
White with #94DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF00; }
p { color: rgb(148,223,0); }
H1.HeaderClassName
{
color: #94DF00;
}
.AnyTagClassName
{
color: #94DF00;
}
</style>
background-color css
<style>
a { background-color: #94DF00; }
a { background-color: rgb(148,223,0); }
div.DivClassName
{
background-color: #94DF00;
}
.BgClassName
{
background-color: #94DF00;
}
</style>
border-color css
<style>
span { border-color: #94DF00; }
span { border-color: rgb(148,223,0); }
td.TdClassName
{
border-color: #94DF00;
}
.TagClassName
{
border-color: #94DF00;
}
</style>