Shades of Spring Green #1BE985
Tints of Spring Green #1BE985
RGB
CMYK
RGB Variations
Color information
#1BE985 (or 0x1BE985) is known color: Spring Green. HEX triplet: 1B, E9 and 85. RGB value is (27,233,133). Sum of RGB (Red+Green+Blue) = 27+233+133=393 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.87% from 393); Green value is 233 (91.41% from 255 or 59.29% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 233 - color contains mainly: green. Hex color #1BE985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BE985 is #E4167A. Grayscale: #A0A0A0. Windows color (decimal): -14947963 or 8775963. OLE color: 8775963.
HSL color Cylindrical-coordinate representation of color #1BE985: hue angle of 150.87º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE985 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 233 | 133 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.09 |
| HSL | 150.87º | 0.82% | 0.51% | - |
| HSV(B) | 150.87º | 0.88% | 0.91% | - |
| XYZ | 33.82 | 60.2 | 32.03 | - |
| YUV | 160.01 | 112.75 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 233 | 133 | 0.88 | 0 | 0.43 | 0.09 | 150.87 | 0.82 | 0.51 |
| Hex | 1B | E9 | 85 | 58 | 0 | 2B | 9 | 97 | 52 | 33 |
| Octal | 33 | 351 | 205 | 130 | 0 | 53 | 11 | 227 | 122 | 63 |
| Binary | 11011 | 11101001 | 10000101 | 1011000 | 0 | 101011 | 1001 | 10010111 | 1010010 | 110011 |
Color Harmonies of #1BE985
Complementary color
Monochromatic Colors of #1BE985
Black with #1BE985
Text Example
Text Example
White with #1BE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE985; }
p { color: rgb(27,233,133); }
H1.HeaderClassName
{
color: #1BE985;
}
.AnyTagClassName
{
color: #1BE985;
}
</style>
background-color css
<style>
a { background-color: #1BE985; }
a { background-color: rgb(27,233,133); }
div.DivClassName
{
background-color: #1BE985;
}
.BgClassName
{
background-color: #1BE985;
}
</style>
border-color css
<style>
span { border-color: #1BE985; }
span { border-color: rgb(27,233,133); }
td.TdClassName
{
border-color: #1BE985;
}
.TagClassName
{
border-color: #1BE985;
}
</style>