Shades of Spring Green #18FB85
Tints of Spring Green #18FB85
RGB
CMYK
RGB Variations
Color information
#18FB85 (or 0x18FB85) is known color: Spring Green. HEX triplet: 18, FB and 85. RGB value is (24,251,133). Sum of RGB (Red+Green+Blue) = 24+251+133=408 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.88% from 408); Green value is 251 (98.44% from 255 or 61.52% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 251 - color contains mainly: green. Hex color #18FB85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18FB85 is #E7047A. Grayscale: #A9A9A9. Windows color (decimal): -15139963 or 8780568. OLE color: 8780568.
HSL color Cylindrical-coordinate representation of color #18FB85: hue angle of 148.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FB85 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 251 | 133 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.02 |
| HSL | 148.81º | 0.97% | 0.54% | - |
| HSV(B) | 148.81º | 0.9% | 0.98% | - |
| XYZ | 39.11 | 70.88 | 33.81 | - |
| YUV | 169.68 | 107.29 | 24.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 251 | 133 | 0.90 | 0 | 0.47 | 0.02 | 148.81 | 0.97 | 0.54 |
| Hex | 18 | FB | 85 | 5A | 0 | 2F | 2 | 95 | 61 | 36 |
| Octal | 30 | 373 | 205 | 132 | 0 | 57 | 2 | 225 | 141 | 66 |
| Binary | 11000 | 11111011 | 10000101 | 1011010 | 0 | 101111 | 10 | 10010101 | 1100001 | 110110 |
Color Harmonies of #18FB85
Complementary color
Monochromatic Colors of #18FB85
Black with #18FB85
Text Example
Text Example
White with #18FB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FB85; }
p { color: rgb(24,251,133); }
H1.HeaderClassName
{
color: #18FB85;
}
.AnyTagClassName
{
color: #18FB85;
}
</style>
background-color css
<style>
a { background-color: #18FB85; }
a { background-color: rgb(24,251,133); }
div.DivClassName
{
background-color: #18FB85;
}
.BgClassName
{
background-color: #18FB85;
}
</style>
border-color css
<style>
span { border-color: #18FB85; }
span { border-color: rgb(24,251,133); }
td.TdClassName
{
border-color: #18FB85;
}
.TagClassName
{
border-color: #18FB85;
}
</style>