Shades of Spring Green #1BF585
Tints of Spring Green #1BF585
RGB
CMYK
RGB Variations
Color information
#1BF585 (or 0x1BF585) is known color: Spring Green. HEX triplet: 1B, F5 and 85. RGB value is (27,245,133). Sum of RGB (Red+Green+Blue) = 27+245+133=405 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.67% from 405); Green value is 245 (96.09% from 255 or 60.49% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 245 - color contains mainly: green. Hex color #1BF585 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BF585 is #E40A7A. Grayscale: #A7A7A7. Windows color (decimal): -14944891 or 8779035. OLE color: 8779035.
HSL color Cylindrical-coordinate representation of color #1BF585: hue angle of 149.17º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF585 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 245 | 133 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.04 |
| HSL | 149.17º | 0.92% | 0.53% | - |
| HSV(B) | 149.17º | 0.89% | 0.96% | - |
| XYZ | 37.34 | 67.23 | 33.2 | - |
| YUV | 167.05 | 108.78 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 245 | 133 | 0.89 | 0 | 0.46 | 0.04 | 149.17 | 0.92 | 0.53 |
| Hex | 1B | F5 | 85 | 59 | 0 | 2E | 4 | 95 | 5C | 35 |
| Octal | 33 | 365 | 205 | 131 | 0 | 56 | 4 | 225 | 134 | 65 |
| Binary | 11011 | 11110101 | 10000101 | 1011001 | 0 | 101110 | 100 | 10010101 | 1011100 | 110101 |
Color Harmonies of #1BF585
Complementary color
Monochromatic Colors of #1BF585
Black with #1BF585
Text Example
Text Example
White with #1BF585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF585; }
p { color: rgb(27,245,133); }
H1.HeaderClassName
{
color: #1BF585;
}
.AnyTagClassName
{
color: #1BF585;
}
</style>
background-color css
<style>
a { background-color: #1BF585; }
a { background-color: rgb(27,245,133); }
div.DivClassName
{
background-color: #1BF585;
}
.BgClassName
{
background-color: #1BF585;
}
</style>
border-color css
<style>
span { border-color: #1BF585; }
span { border-color: rgb(27,245,133); }
td.TdClassName
{
border-color: #1BF585;
}
.TagClassName
{
border-color: #1BF585;
}
</style>