Shades of Spring Green #26FF85
Tints of Spring Green #26FF85
RGB
CMYK
RGB Variations
Color information
#26FF85 (or 0x26FF85) is known color: Spring Green. HEX triplet: 26, FF and 85. RGB value is (38,255,133). Sum of RGB (Red+Green+Blue) = 38+255+133=426 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.92% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #26FF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #26FF85 is #D9007A. Grayscale: #B0B0B0. Windows color (decimal): -14221435 or 8781606. OLE color: 8781606.
HSL color Cylindrical-coordinate representation of color #26FF85: hue angle of 146.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FF85 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 255 | 133 | - |
| CMYK | 0.85 | 0 | 0.48 | 0 |
| HSL | 146.27º | 1% | 0.57% | - |
| HSV(B) | 146.27º | 0.85% | 1% | - |
| XYZ | 40.79 | 73.63 | 34.25 | - |
| YUV | 176.21 | 103.61 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 255 | 133 | 0.85 | 0 | 0.48 | 0 | 146.27 | 1 | 0.57 |
| Hex | 26 | FF | 85 | 55 | 0 | 30 | 0 | 92 | 64 | 39 |
| Octal | 46 | 377 | 205 | 125 | 0 | 60 | 0 | 222 | 144 | 71 |
| Binary | 100110 | 11111111 | 10000101 | 1010101 | 0 | 110000 | 0 | 10010010 | 1100100 | 111001 |
Color Harmonies of #26FF85
Complementary color
Monochromatic Colors of #26FF85
Black with #26FF85
Text Example
Text Example
White with #26FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FF85; }
p { color: rgb(38,255,133); }
H1.HeaderClassName
{
color: #26FF85;
}
.AnyTagClassName
{
color: #26FF85;
}
</style>
background-color css
<style>
a { background-color: #26FF85; }
a { background-color: rgb(38,255,133); }
div.DivClassName
{
background-color: #26FF85;
}
.BgClassName
{
background-color: #26FF85;
}
</style>
border-color css
<style>
span { border-color: #26FF85; }
span { border-color: rgb(38,255,133); }
td.TdClassName
{
border-color: #26FF85;
}
.TagClassName
{
border-color: #26FF85;
}
</style>