Shades of Spring Green #29FE85
Tints of Spring Green #29FE85
RGB
CMYK
RGB Variations
Color information
#29FE85 (or 0x29FE85) is known color: Spring Green. HEX triplet: 29, FE and 85. RGB value is (41,254,133). Sum of RGB (Red+Green+Blue) = 41+254+133=428 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.58% from 428); Green value is 254 (99.61% from 255 or 59.35% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 254 - color contains mainly: green. Hex color #29FE85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #29FE85 is #D6017A. Grayscale: #B0B0B0. Windows color (decimal): -14025083 or 8781353. OLE color: 8781353.
HSL color Cylindrical-coordinate representation of color #29FE85: hue angle of 145.92º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FE85 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 133 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.00 |
| HSL | 145.92º | 0.99% | 0.58% | - |
| HSV(B) | 145.92º | 0.84% | 1% | - |
| XYZ | 40.59 | 73.05 | 34.15 | - |
| YUV | 176.52 | 103.43 | 31.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 133 | 0.84 | 0 | 0.48 | 0.00 | 145.92 | 0.99 | 0.58 |
| Hex | 29 | FE | 85 | 54 | 0 | 30 | 0 | 92 | 63 | 3A |
| Octal | 51 | 376 | 205 | 124 | 0 | 60 | 0 | 222 | 143 | 72 |
| Binary | 101001 | 11111110 | 10000101 | 1010100 | 0 | 110000 | 0 | 10010010 | 1100011 | 111010 |
Color Harmonies of #29FE85
Complementary color
Monochromatic Colors of #29FE85
Black with #29FE85
Text Example
Text Example
White with #29FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FE85; }
p { color: rgb(41,254,133); }
H1.HeaderClassName
{
color: #29FE85;
}
.AnyTagClassName
{
color: #29FE85;
}
</style>
background-color css
<style>
a { background-color: #29FE85; }
a { background-color: rgb(41,254,133); }
div.DivClassName
{
background-color: #29FE85;
}
.BgClassName
{
background-color: #29FE85;
}
</style>
border-color css
<style>
span { border-color: #29FE85; }
span { border-color: rgb(41,254,133); }
td.TdClassName
{
border-color: #29FE85;
}
.TagClassName
{
border-color: #29FE85;
}
</style>