Shades of Spring Green #0CDF7D
Tints of Spring Green #0CDF7D
RGB
CMYK
RGB Variations
Color information
#0CDF7D (or 0x0CDF7D) is known color: Spring Green. HEX triplet: 0C, DF and 7D. RGB value is (12,223,125). Sum of RGB (Red+Green+Blue) = 12+223+125=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDF7D is #F32082. Grayscale: #949494. Windows color (decimal): -15933571 or 8249100. OLE color: 8249100.
HSL color Cylindrical-coordinate representation of color #0CDF7D: hue angle of 152.13º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDF7D is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 125 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.13 |
| HSL | 152.13º | 0.9% | 0.46% | - |
| HSV(B) | 152.13º | 0.95% | 0.87% | - |
| XYZ | 30.24 | 54.33 | 28.3 | - |
| YUV | 148.74 | 114.6 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 125 | 0.95 | 0 | 0.44 | 0.13 | 152.13 | 0.9 | 0.46 |
| Hex | C | DF | 7D | 5F | 0 | 2C | D | 98 | 5A | 2E |
| Octal | 14 | 337 | 175 | 137 | 0 | 54 | 15 | 230 | 132 | 56 |
| Binary | 1100 | 11011111 | 1111101 | 1011111 | 0 | 101100 | 1101 | 10011000 | 1011010 | 101110 |
Color Harmonies of #0CDF7D
Complementary color
Monochromatic Colors of #0CDF7D
Black with #0CDF7D
Text Example
Text Example
White with #0CDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDF7D; }
p { color: rgb(12,223,125); }
H1.HeaderClassName
{
color: #0CDF7D;
}
.AnyTagClassName
{
color: #0CDF7D;
}
</style>
background-color css
<style>
a { background-color: #0CDF7D; }
a { background-color: rgb(12,223,125); }
div.DivClassName
{
background-color: #0CDF7D;
}
.BgClassName
{
background-color: #0CDF7D;
}
</style>
border-color css
<style>
span { border-color: #0CDF7D; }
span { border-color: rgb(12,223,125); }
td.TdClassName
{
border-color: #0CDF7D;
}
.TagClassName
{
border-color: #0CDF7D;
}
</style>