Shades of Spring Green #1CF772
Tints of Spring Green #1CF772
RGB
CMYK
RGB Variations
Color information
#1CF772 (or 0x1CF772) is known color: Spring Green. HEX triplet: 1C, F7 and 72. RGB value is (28,247,114). Sum of RGB (Red+Green+Blue) = 28+247+114=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 247 (96.88% from 255 or 63.50% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF772 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF772 is #E3088D. Grayscale: #A6A6A6. Windows color (decimal): -14878862 or 7534364. OLE color: 7534364.
HSL color Cylindrical-coordinate representation of color #1CF772: hue angle of 143.56º degrees, saturation: 0.93, 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 #1CF772 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 247 | 114 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.03 |
| HSL | 143.56º | 0.93% | 0.54% | - |
| HSV(B) | 143.56º | 0.89% | 0.97% | - |
| XYZ | 36.78 | 67.98 | 27.1 | - |
| YUV | 166.36 | 98.45 | 29.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 247 | 114 | 0.89 | 0 | 0.54 | 0.03 | 143.56 | 0.93 | 0.54 |
| Hex | 1C | F7 | 72 | 59 | 0 | 36 | 3 | 90 | 5D | 36 |
| Octal | 34 | 367 | 162 | 131 | 0 | 66 | 3 | 220 | 135 | 66 |
| Binary | 11100 | 11110111 | 1110010 | 1011001 | 0 | 110110 | 11 | 10010000 | 1011101 | 110110 |
Color Harmonies of #1CF772
Complementary color
Monochromatic Colors of #1CF772
Black with #1CF772
Text Example
Text Example
White with #1CF772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF772; }
p { color: rgb(28,247,114); }
H1.HeaderClassName
{
color: #1CF772;
}
.AnyTagClassName
{
color: #1CF772;
}
</style>
background-color css
<style>
a { background-color: #1CF772; }
a { background-color: rgb(28,247,114); }
div.DivClassName
{
background-color: #1CF772;
}
.BgClassName
{
background-color: #1CF772;
}
</style>
border-color css
<style>
span { border-color: #1CF772; }
span { border-color: rgb(28,247,114); }
td.TdClassName
{
border-color: #1CF772;
}
.TagClassName
{
border-color: #1CF772;
}
</style>