Shades of Spring Green #0CFB79
Tints of Spring Green #0CFB79
RGB
CMYK
RGB Variations
Color information
#0CFB79 (or 0x0CFB79) is known color: Spring Green. HEX triplet: 0C, FB and 79. RGB value is (12,251,121). Sum of RGB (Red+Green+Blue) = 12+251+121=384 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 384); Green value is 251 (98.44% from 255 or 65.36% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB79 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFB79 is #F30486. Grayscale: #A5A5A5. Windows color (decimal): -15926407 or 7994124. OLE color: 7994124.
HSL color Cylindrical-coordinate representation of color #0CFB79: hue angle of 147.36º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFB79 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 121 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.02 |
| HSL | 147.36º | 0.97% | 0.52% | - |
| HSV(B) | 147.36º | 0.95% | 0.98% | - |
| XYZ | 38.1 | 70.45 | 29.68 | - |
| YUV | 164.72 | 103.32 | 19.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 121 | 0.95 | 0 | 0.52 | 0.02 | 147.36 | 0.97 | 0.52 |
| Hex | C | FB | 79 | 5F | 0 | 34 | 2 | 93 | 61 | 34 |
| Octal | 14 | 373 | 171 | 137 | 0 | 64 | 2 | 223 | 141 | 64 |
| Binary | 1100 | 11111011 | 1111001 | 1011111 | 0 | 110100 | 10 | 10010011 | 1100001 | 110100 |
Color Harmonies of #0CFB79
Complementary color
Monochromatic Colors of #0CFB79
Black with #0CFB79
Text Example
Text Example
White with #0CFB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFB79; }
p { color: rgb(12,251,121); }
H1.HeaderClassName
{
color: #0CFB79;
}
.AnyTagClassName
{
color: #0CFB79;
}
</style>
background-color css
<style>
a { background-color: #0CFB79; }
a { background-color: rgb(12,251,121); }
div.DivClassName
{
background-color: #0CFB79;
}
.BgClassName
{
background-color: #0CFB79;
}
</style>
border-color css
<style>
span { border-color: #0CFB79; }
span { border-color: rgb(12,251,121); }
td.TdClassName
{
border-color: #0CFB79;
}
.TagClassName
{
border-color: #0CFB79;
}
</style>