Shades of Spring Bud #95F30C
Tints of Spring Bud #95F30C
RGB
CMYK
RGB Variations
Color information
#95F30C (or 0x95F30C) is known color: Spring Bud. HEX triplet: 95, F3 and 0C. RGB value is (149,243,12). Sum of RGB (Red+Green+Blue) = 149+243+12=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 243 (95.31% from 255 or 60.15% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 243 - color contains mainly: green. Hex color #95F30C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F30C is #6A0CF3. Grayscale: #BDBDBD. Windows color (decimal): -6950132 or 848789. OLE color: 848789.
HSL color Cylindrical-coordinate representation of color #95F30C: hue angle of 84.42º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95F30C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 243 | 12 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.05 |
| HSL | 84.42º | 0.91% | 0.5% | - |
| HSV(B) | 84.42º | 0.95% | 0.95% | - |
| XYZ | 44.51 | 70.52 | 11.61 | - |
| YUV | 188.56 | 28.36 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 243 | 12 | 0.39 | 0 | 0.95 | 0.05 | 84.42 | 0.91 | 0.5 |
| Hex | 95 | F3 | C | 27 | 0 | 5F | 5 | 54 | 5B | 32 |
| Octal | 225 | 363 | 14 | 47 | 0 | 137 | 5 | 124 | 133 | 62 |
| Binary | 10010101 | 11110011 | 1100 | 100111 | 0 | 1011111 | 101 | 1010100 | 1011011 | 110010 |
Color Harmonies of #95F30C
Complementary color
Monochromatic Colors of #95F30C
Black with #95F30C
Text Example
Text Example
White with #95F30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F30C; }
p { color: rgb(149,243,12); }
H1.HeaderClassName
{
color: #95F30C;
}
.AnyTagClassName
{
color: #95F30C;
}
</style>
background-color css
<style>
a { background-color: #95F30C; }
a { background-color: rgb(149,243,12); }
div.DivClassName
{
background-color: #95F30C;
}
.BgClassName
{
background-color: #95F30C;
}
</style>
border-color css
<style>
span { border-color: #95F30C; }
span { border-color: rgb(149,243,12); }
td.TdClassName
{
border-color: #95F30C;
}
.TagClassName
{
border-color: #95F30C;
}
</style>