Shades of Spring Green #14FE67
Tints of Spring Green #14FE67
RGB
CMYK
RGB Variations
Color information
#14FE67 (or 0x14FE67) is known color: Spring Green. HEX triplet: 14, FE and 67. RGB value is (20,254,103). Sum of RGB (Red+Green+Blue) = 20+254+103=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 254 (99.61% from 255 or 67.37% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 254 - color contains mainly: green. Hex color #14FE67 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FE67 is #EB0198. Grayscale: #A7A7A7. Windows color (decimal): -15401369 or 6815252. OLE color: 6815252.
HSL color Cylindrical-coordinate representation of color #14FE67: hue angle of 141.28º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FE67 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 103 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.00 |
| HSL | 141.28º | 0.99% | 0.54% | - |
| HSV(B) | 141.28º | 0.92% | 1% | - |
| XYZ | 38.18 | 72.01 | 24.72 | - |
| YUV | 166.82 | 91.98 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 103 | 0.92 | 0 | 0.59 | 0.00 | 141.28 | 0.99 | 0.54 |
| Hex | 14 | FE | 67 | 5C | 0 | 3B | 0 | 8D | 63 | 36 |
| Octal | 24 | 376 | 147 | 134 | 0 | 73 | 0 | 215 | 143 | 66 |
| Binary | 10100 | 11111110 | 1100111 | 1011100 | 0 | 111011 | 0 | 10001101 | 1100011 | 110110 |
Color Harmonies of #14FE67
Complementary color
Monochromatic Colors of #14FE67
Black with #14FE67
Text Example
Text Example
White with #14FE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FE67; }
p { color: rgb(20,254,103); }
H1.HeaderClassName
{
color: #14FE67;
}
.AnyTagClassName
{
color: #14FE67;
}
</style>
background-color css
<style>
a { background-color: #14FE67; }
a { background-color: rgb(20,254,103); }
div.DivClassName
{
background-color: #14FE67;
}
.BgClassName
{
background-color: #14FE67;
}
</style>
border-color css
<style>
span { border-color: #14FE67; }
span { border-color: rgb(20,254,103); }
td.TdClassName
{
border-color: #14FE67;
}
.TagClassName
{
border-color: #14FE67;
}
</style>