Shades of Spring Green #1CFF71
Tints of Spring Green #1CFF71
RGB
CMYK
RGB Variations
Color information
#1CFF71 (or 0x1CFF71) is known color: Spring Green. HEX triplet: 1C, FF and 71. RGB value is (28,255,113). Sum of RGB (Red+Green+Blue) = 28+255+113=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFF71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CFF71 is #E3008E. Grayscale: #ABABAB. Windows color (decimal): -14876815 or 7470876. OLE color: 7470876.
HSL color Cylindrical-coordinate representation of color #1CFF71: hue angle of 142.47º 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 #1CFF71 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 113 | - |
| CMYK | 0.89 | 0 | 0.56 | 0 |
| HSL | 142.47º | 1% | 0.55% | - |
| HSV(B) | 142.47º | 0.89% | 1% | - |
| XYZ | 39.22 | 72.96 | 27.64 | - |
| YUV | 170.94 | 95.29 | 26.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 113 | 0.89 | 0 | 0.56 | 0 | 142.47 | 1 | 0.55 |
| Hex | 1C | FF | 71 | 59 | 0 | 38 | 0 | 8E | 64 | 37 |
| Octal | 34 | 377 | 161 | 131 | 0 | 70 | 0 | 216 | 144 | 67 |
| Binary | 11100 | 11111111 | 1110001 | 1011001 | 0 | 111000 | 0 | 10001110 | 1100100 | 110111 |
Color Harmonies of #1CFF71
Complementary color
Monochromatic Colors of #1CFF71
Black with #1CFF71
Text Example
Text Example
White with #1CFF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFF71; }
p { color: rgb(28,255,113); }
H1.HeaderClassName
{
color: #1CFF71;
}
.AnyTagClassName
{
color: #1CFF71;
}
</style>
background-color css
<style>
a { background-color: #1CFF71; }
a { background-color: rgb(28,255,113); }
div.DivClassName
{
background-color: #1CFF71;
}
.BgClassName
{
background-color: #1CFF71;
}
</style>
border-color css
<style>
span { border-color: #1CFF71; }
span { border-color: rgb(28,255,113); }
td.TdClassName
{
border-color: #1CFF71;
}
.TagClassName
{
border-color: #1CFF71;
}
</style>