Shades of Spring Green #0CFB7F
Tints of Spring Green #0CFB7F
RGB
CMYK
RGB Variations
Color information
#0CFB7F (or 0x0CFB7F) is known color: Spring Green. HEX triplet: 0C, FB and 7F. RGB value is (12,251,127). Sum of RGB (Red+Green+Blue) = 12+251+127=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 251 (98.44% from 255 or 64.36% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFB7F is #F30480. Grayscale: #A5A5A5. Windows color (decimal): -15926401 or 8387340. OLE color: 8387340.
HSL color Cylindrical-coordinate representation of color #0CFB7F: hue angle of 148.87º 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 #0CFB7F is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 127 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.02 |
| HSL | 148.87º | 0.97% | 0.52% | - |
| HSV(B) | 148.87º | 0.95% | 0.98% | - |
| XYZ | 38.48 | 70.6 | 31.68 | - |
| YUV | 165.4 | 106.32 | 18.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 127 | 0.95 | 0 | 0.49 | 0.02 | 148.87 | 0.97 | 0.52 |
| Hex | C | FB | 7F | 5F | 0 | 31 | 2 | 95 | 61 | 34 |
| Octal | 14 | 373 | 177 | 137 | 0 | 61 | 2 | 225 | 141 | 64 |
| Binary | 1100 | 11111011 | 1111111 | 1011111 | 0 | 110001 | 10 | 10010101 | 1100001 | 110100 |
Color Harmonies of #0CFB7F
Complementary color
Monochromatic Colors of #0CFB7F
Black with #0CFB7F
Text Example
Text Example
White with #0CFB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFB7F; }
p { color: rgb(12,251,127); }
H1.HeaderClassName
{
color: #0CFB7F;
}
.AnyTagClassName
{
color: #0CFB7F;
}
</style>
background-color css
<style>
a { background-color: #0CFB7F; }
a { background-color: rgb(12,251,127); }
div.DivClassName
{
background-color: #0CFB7F;
}
.BgClassName
{
background-color: #0CFB7F;
}
</style>
border-color css
<style>
span { border-color: #0CFB7F; }
span { border-color: rgb(12,251,127); }
td.TdClassName
{
border-color: #0CFB7F;
}
.TagClassName
{
border-color: #0CFB7F;
}
</style>