Shades of Spring Green #1BF885
Tints of Spring Green #1BF885
RGB
CMYK
RGB Variations
Color information
#1BF885 (or 0x1BF885) is known color: Spring Green. HEX triplet: 1B, F8 and 85. RGB value is (27,248,133). Sum of RGB (Red+Green+Blue) = 27+248+133=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 248 (97.27% from 255 or 60.78% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 248 - color contains mainly: green. Hex color #1BF885 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BF885 is #E4077A. Grayscale: #A9A9A9. Windows color (decimal): -14944123 or 8779803. OLE color: 8779803.
HSL color Cylindrical-coordinate representation of color #1BF885: hue angle of 148.78º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF885 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 248 | 133 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.03 |
| HSL | 148.78º | 0.94% | 0.54% | - |
| HSV(B) | 148.78º | 0.89% | 0.97% | - |
| XYZ | 38.25 | 69.06 | 33.5 | - |
| YUV | 168.81 | 107.78 | 26.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 248 | 133 | 0.89 | 0 | 0.46 | 0.03 | 148.78 | 0.94 | 0.54 |
| Hex | 1B | F8 | 85 | 59 | 0 | 2E | 3 | 95 | 5E | 36 |
| Octal | 33 | 370 | 205 | 131 | 0 | 56 | 3 | 225 | 136 | 66 |
| Binary | 11011 | 11111000 | 10000101 | 1011001 | 0 | 101110 | 11 | 10010101 | 1011110 | 110110 |
Color Harmonies of #1BF885
Complementary color
Monochromatic Colors of #1BF885
Black with #1BF885
Text Example
Text Example
White with #1BF885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF885; }
p { color: rgb(27,248,133); }
H1.HeaderClassName
{
color: #1BF885;
}
.AnyTagClassName
{
color: #1BF885;
}
</style>
background-color css
<style>
a { background-color: #1BF885; }
a { background-color: rgb(27,248,133); }
div.DivClassName
{
background-color: #1BF885;
}
.BgClassName
{
background-color: #1BF885;
}
</style>
border-color css
<style>
span { border-color: #1BF885; }
span { border-color: rgb(27,248,133); }
td.TdClassName
{
border-color: #1BF885;
}
.TagClassName
{
border-color: #1BF885;
}
</style>