Shades of Spring Green #1CFF85
Tints of Spring Green #1CFF85
RGB
CMYK
RGB Variations
Color information
#1CFF85 (or 0x1CFF85) is known color: Spring Green. HEX triplet: 1C, FF and 85. RGB value is (28,255,133). Sum of RGB (Red+Green+Blue) = 28+255+133=416 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.73% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CFF85 is #E3007A. Grayscale: #ADADAD. Windows color (decimal): -14876795 or 8781596. OLE color: 8781596.
HSL color Cylindrical-coordinate representation of color #1CFF85: hue angle of 147.75º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFF85 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 133 | - |
| CMYK | 0.89 | 0 | 0.48 | 0 |
| HSL | 147.75º | 1% | 0.55% | - |
| HSV(B) | 147.75º | 0.89% | 1% | - |
| XYZ | 40.47 | 73.46 | 34.24 | - |
| YUV | 173.22 | 105.29 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 133 | 0.89 | 0 | 0.48 | 0 | 147.75 | 1 | 0.55 |
| Hex | 1C | FF | 85 | 59 | 0 | 30 | 0 | 94 | 64 | 37 |
| Octal | 34 | 377 | 205 | 131 | 0 | 60 | 0 | 224 | 144 | 67 |
| Binary | 11100 | 11111111 | 10000101 | 1011001 | 0 | 110000 | 0 | 10010100 | 1100100 | 110111 |
Color Harmonies of #1CFF85
Complementary color
Monochromatic Colors of #1CFF85
Black with #1CFF85
Text Example
Text Example
White with #1CFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFF85; }
p { color: rgb(28,255,133); }
H1.HeaderClassName
{
color: #1CFF85;
}
.AnyTagClassName
{
color: #1CFF85;
}
</style>
background-color css
<style>
a { background-color: #1CFF85; }
a { background-color: rgb(28,255,133); }
div.DivClassName
{
background-color: #1CFF85;
}
.BgClassName
{
background-color: #1CFF85;
}
</style>
border-color css
<style>
span { border-color: #1CFF85; }
span { border-color: rgb(28,255,133); }
td.TdClassName
{
border-color: #1CFF85;
}
.TagClassName
{
border-color: #1CFF85;
}
</style>