Shades of Spring Green #26FA85
Tints of Spring Green #26FA85
RGB
CMYK
RGB Variations
Color information
#26FA85 (or 0x26FA85) is known color: Spring Green. HEX triplet: 26, FA and 85. RGB value is (38,250,133). Sum of RGB (Red+Green+Blue) = 38+250+133=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #26FA85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #26FA85 is #D9057A. Grayscale: #ADADAD. Windows color (decimal): -14222715 or 8780326. OLE color: 8780326.
HSL color Cylindrical-coordinate representation of color #26FA85: hue angle of 146.89º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FA85 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 133 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.02 |
| HSL | 146.89º | 0.95% | 0.56% | - |
| HSV(B) | 146.89º | 0.85% | 0.98% | - |
| XYZ | 39.22 | 70.48 | 33.73 | - |
| YUV | 173.27 | 105.26 | 31.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 133 | 0.85 | 0 | 0.47 | 0.02 | 146.89 | 0.95 | 0.56 |
| Hex | 26 | FA | 85 | 55 | 0 | 2F | 2 | 93 | 5F | 38 |
| Octal | 46 | 372 | 205 | 125 | 0 | 57 | 2 | 223 | 137 | 70 |
| Binary | 100110 | 11111010 | 10000101 | 1010101 | 0 | 101111 | 10 | 10010011 | 1011111 | 111000 |
Color Harmonies of #26FA85
Complementary color
Monochromatic Colors of #26FA85
Black with #26FA85
Text Example
Text Example
White with #26FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FA85; }
p { color: rgb(38,250,133); }
H1.HeaderClassName
{
color: #26FA85;
}
.AnyTagClassName
{
color: #26FA85;
}
</style>
background-color css
<style>
a { background-color: #26FA85; }
a { background-color: rgb(38,250,133); }
div.DivClassName
{
background-color: #26FA85;
}
.BgClassName
{
background-color: #26FA85;
}
</style>
border-color css
<style>
span { border-color: #26FA85; }
span { border-color: rgb(38,250,133); }
td.TdClassName
{
border-color: #26FA85;
}
.TagClassName
{
border-color: #26FA85;
}
</style>