Shades of Free Speech Green #0CDF04
Tints of Free Speech Green #0CDF04
RGB
CMYK
RGB Variations
Color information
#0CDF04 (or 0x0CDF04) is known color: Free Speech Green. HEX triplet: 0C, DF and 04. RGB value is (12,223,4). Sum of RGB (Red+Green+Blue) = 12+223+4=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 223 (87.5% from 255 or 93.31% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDF04 is #F320FB. Grayscale: #878787. Windows color (decimal): -15933692 or 319244. OLE color: 319244.
HSL color Cylindrical-coordinate representation of color #0CDF04: hue angle of 117.81º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CDF04 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 4 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.13 |
| HSL | 117.81º | 0.96% | 0.45% | - |
| HSV(B) | 117.81º | 0.98% | 0.87% | - |
| XYZ | 26.56 | 52.86 | 8.92 | - |
| YUV | 134.95 | 54.1 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 4 | 0.95 | 0 | 0.98 | 0.13 | 117.81 | 0.96 | 0.45 |
| Hex | C | DF | 4 | 5F | 0 | 62 | D | 76 | 60 | 2D |
| Octal | 14 | 337 | 4 | 137 | 0 | 142 | 15 | 166 | 140 | 55 |
| Binary | 1100 | 11011111 | 100 | 1011111 | 0 | 1100010 | 1101 | 1110110 | 1100000 | 101101 |
Color Harmonies of #0CDF04
Complementary color
Monochromatic Colors of #0CDF04
Black with #0CDF04
Text Example
Text Example
White with #0CDF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDF04; }
p { color: rgb(12,223,4); }
H1.HeaderClassName
{
color: #0CDF04;
}
.AnyTagClassName
{
color: #0CDF04;
}
</style>
background-color css
<style>
a { background-color: #0CDF04; }
a { background-color: rgb(12,223,4); }
div.DivClassName
{
background-color: #0CDF04;
}
.BgClassName
{
background-color: #0CDF04;
}
</style>
border-color css
<style>
span { border-color: #0CDF04; }
span { border-color: rgb(12,223,4); }
td.TdClassName
{
border-color: #0CDF04;
}
.TagClassName
{
border-color: #0CDF04;
}
</style>