Shades of Spring Green #0CFF5D
Tints of Spring Green #0CFF5D
RGB
CMYK
RGB Variations
Color information
#0CFF5D (or 0x0CFF5D) is known color: Spring Green. HEX triplet: 0C, FF and 5D. RGB value is (12,255,93). Sum of RGB (Red+Green+Blue) = 12+255+93=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFF5D is #F300A2. Grayscale: #A4A4A4. Windows color (decimal): -15925411 or 6160140. OLE color: 6160140.
HSL color Cylindrical-coordinate representation of color #0CFF5D: hue angle of 140º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF5D is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 93 | - |
| CMYK | 0.95 | 0 | 0.64 | 0 |
| HSL | 140º | 1% | 0.52% | - |
| HSV(B) | 140º | 0.95% | 1% | - |
| XYZ | 37.89 | 72.39 | 22.33 | - |
| YUV | 163.88 | 87.99 | 19.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 93 | 0.95 | 0 | 0.64 | 0 | 140 | 1 | 0.52 |
| Hex | C | FF | 5D | 5F | 0 | 40 | 0 | 8C | 64 | 34 |
| Octal | 14 | 377 | 135 | 137 | 0 | 100 | 0 | 214 | 144 | 64 |
| Binary | 1100 | 11111111 | 1011101 | 1011111 | 0 | 1000000 | 0 | 10001100 | 1100100 | 110100 |
Color Harmonies of #0CFF5D
Complementary color
Monochromatic Colors of #0CFF5D
Black with #0CFF5D
Text Example
Text Example
White with #0CFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF5D; }
p { color: rgb(12,255,93); }
H1.HeaderClassName
{
color: #0CFF5D;
}
.AnyTagClassName
{
color: #0CFF5D;
}
</style>
background-color css
<style>
a { background-color: #0CFF5D; }
a { background-color: rgb(12,255,93); }
div.DivClassName
{
background-color: #0CFF5D;
}
.BgClassName
{
background-color: #0CFF5D;
}
</style>
border-color css
<style>
span { border-color: #0CFF5D; }
span { border-color: rgb(12,255,93); }
td.TdClassName
{
border-color: #0CFF5D;
}
.TagClassName
{
border-color: #0CFF5D;
}
</style>