Shades of Free Speech Green #0CDE05
Tints of Free Speech Green #0CDE05
RGB
CMYK
RGB Variations
Color information
#0CDE05 (or 0x0CDE05) is known color: Free Speech Green. HEX triplet: 0C, DE and 05. RGB value is (12,222,5). Sum of RGB (Red+Green+Blue) = 12+222+5=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 222 (87.11% from 255 or 92.89% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDE05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDE05 is #F321FA. Grayscale: #878787. Windows color (decimal): -15933947 or 384524. OLE color: 384524.
HSL color Cylindrical-coordinate representation of color #0CDE05: hue angle of 118.06º 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 #0CDE05 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 222 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.13 |
| HSL | 118.06º | 0.96% | 0.45% | - |
| HSV(B) | 118.06º | 0.98% | 0.87% | - |
| XYZ | 26.3 | 52.33 | 8.86 | - |
| YUV | 134.47 | 54.93 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 222 | 5 | 0.95 | 0 | 0.98 | 0.13 | 118.06 | 0.96 | 0.45 |
| Hex | C | DE | 5 | 5F | 0 | 62 | D | 76 | 60 | 2D |
| Octal | 14 | 336 | 5 | 137 | 0 | 142 | 15 | 166 | 140 | 55 |
| Binary | 1100 | 11011110 | 101 | 1011111 | 0 | 1100010 | 1101 | 1110110 | 1100000 | 101101 |
Color Harmonies of #0CDE05
Complementary color
Monochromatic Colors of #0CDE05
Black with #0CDE05
Text Example
Text Example
White with #0CDE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDE05; }
p { color: rgb(12,222,5); }
H1.HeaderClassName
{
color: #0CDE05;
}
.AnyTagClassName
{
color: #0CDE05;
}
</style>
background-color css
<style>
a { background-color: #0CDE05; }
a { background-color: rgb(12,222,5); }
div.DivClassName
{
background-color: #0CDE05;
}
.BgClassName
{
background-color: #0CDE05;
}
</style>
border-color css
<style>
span { border-color: #0CDE05; }
span { border-color: rgb(12,222,5); }
td.TdClassName
{
border-color: #0CDE05;
}
.TagClassName
{
border-color: #0CDE05;
}
</style>