Shades of Spring Green #26F485
Tints of Spring Green #26F485
RGB
CMYK
RGB Variations
Color information
#26F485 (or 0x26F485) is known color: Spring Green. HEX triplet: 26, F4 and 85. RGB value is (38,244,133). Sum of RGB (Red+Green+Blue) = 38+244+133=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 244 (95.70% from 255 or 58.80% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 244 - color contains mainly: green. Hex color #26F485 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #26F485 is #D90B7A. Grayscale: #A9A9A9. Windows color (decimal): -14224251 or 8778790. OLE color: 8778790.
HSL color Cylindrical-coordinate representation of color #26F485: hue angle of 147.67º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F485 is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 244 | 133 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.04 |
| HSL | 147.67º | 0.9% | 0.55% | - |
| HSV(B) | 147.67º | 0.84% | 0.96% | - |
| XYZ | 37.38 | 66.81 | 33.12 | - |
| YUV | 169.75 | 107.25 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 244 | 133 | 0.84 | 0 | 0.45 | 0.04 | 147.67 | 0.9 | 0.55 |
| Hex | 26 | F4 | 85 | 54 | 0 | 2D | 4 | 94 | 5A | 37 |
| Octal | 46 | 364 | 205 | 124 | 0 | 55 | 4 | 224 | 132 | 67 |
| Binary | 100110 | 11110100 | 10000101 | 1010100 | 0 | 101101 | 100 | 10010100 | 1011010 | 110111 |
Color Harmonies of #26F485
Complementary color
Monochromatic Colors of #26F485
Black with #26F485
Text Example
Text Example
White with #26F485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F485; }
p { color: rgb(38,244,133); }
H1.HeaderClassName
{
color: #26F485;
}
.AnyTagClassName
{
color: #26F485;
}
</style>
background-color css
<style>
a { background-color: #26F485; }
a { background-color: rgb(38,244,133); }
div.DivClassName
{
background-color: #26F485;
}
.BgClassName
{
background-color: #26F485;
}
</style>
border-color css
<style>
span { border-color: #26F485; }
span { border-color: rgb(38,244,133); }
td.TdClassName
{
border-color: #26F485;
}
.TagClassName
{
border-color: #26F485;
}
</style>