Shades of Free Speech Green #0CDD04
Tints of Free Speech Green #0CDD04
RGB
CMYK
RGB Variations
Color information
#0CDD04 (or 0x0CDD04) is known color: Free Speech Green. HEX triplet: 0C, DD and 04. RGB value is (12,221,4). Sum of RGB (Red+Green+Blue) = 12+221+4=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 221 (86.72% from 255 or 93.25% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDD04 is #F322FB. Grayscale: #868686. Windows color (decimal): -15934204 or 318732. OLE color: 318732.
HSL color Cylindrical-coordinate representation of color #0CDD04: hue angle of 117.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CDD04 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 4 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.13 |
| HSL | 117.79º | 0.96% | 0.44% | - |
| HSV(B) | 117.79º | 0.98% | 0.87% | - |
| XYZ | 26.03 | 51.8 | 8.74 | - |
| YUV | 133.77 | 54.76 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 4 | 0.95 | 0 | 0.98 | 0.13 | 117.79 | 0.96 | 0.44 |
| Hex | C | DD | 4 | 5F | 0 | 62 | D | 76 | 60 | 2C |
| Octal | 14 | 335 | 4 | 137 | 0 | 142 | 15 | 166 | 140 | 54 |
| Binary | 1100 | 11011101 | 100 | 1011111 | 0 | 1100010 | 1101 | 1110110 | 1100000 | 101100 |
Color Harmonies of #0CDD04
Complementary color
Monochromatic Colors of #0CDD04
Black with #0CDD04
Text Example
Text Example
White with #0CDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDD04; }
p { color: rgb(12,221,4); }
H1.HeaderClassName
{
color: #0CDD04;
}
.AnyTagClassName
{
color: #0CDD04;
}
</style>
background-color css
<style>
a { background-color: #0CDD04; }
a { background-color: rgb(12,221,4); }
div.DivClassName
{
background-color: #0CDD04;
}
.BgClassName
{
background-color: #0CDD04;
}
</style>
border-color css
<style>
span { border-color: #0CDD04; }
span { border-color: rgb(12,221,4); }
td.TdClassName
{
border-color: #0CDD04;
}
.TagClassName
{
border-color: #0CDD04;
}
</style>