Shades of Free Speech Green #0DF033
Tints of Free Speech Green #0DF033
RGB
CMYK
RGB Variations
Color information
#0DF033 (or 0x0DF033) is known color: Free Speech Green. HEX triplet: 0D, F0 and 33. RGB value is (13,240,51). Sum of RGB (Red+Green+Blue) = 13+240+51=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 240 (94.14% from 255 or 78.95% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF033 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF033 is #F20FCC. Grayscale: #979797. Windows color (decimal): -15863757 or 3403789. OLE color: 3403789.
HSL color Cylindrical-coordinate representation of color #0DF033: hue angle of 130.04º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF033 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 51 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.06 |
| HSL | 130.04º | 0.9% | 0.5% | - |
| HSV(B) | 130.04º | 0.95% | 0.94% | - |
| XYZ | 31.92 | 62.64 | 13.54 | - |
| YUV | 150.58 | 71.79 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 51 | 0.95 | 0 | 0.79 | 0.06 | 130.04 | 0.9 | 0.5 |
| Hex | D | F0 | 33 | 5F | 0 | 4F | 6 | 82 | 5A | 32 |
| Octal | 15 | 360 | 63 | 137 | 0 | 117 | 6 | 202 | 132 | 62 |
| Binary | 1101 | 11110000 | 110011 | 1011111 | 0 | 1001111 | 110 | 10000010 | 1011010 | 110010 |
Color Harmonies of #0DF033
Complementary color
Monochromatic Colors of #0DF033
Black with #0DF033
Text Example
Text Example
White with #0DF033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF033; }
p { color: rgb(13,240,51); }
H1.HeaderClassName
{
color: #0DF033;
}
.AnyTagClassName
{
color: #0DF033;
}
</style>
background-color css
<style>
a { background-color: #0DF033; }
a { background-color: rgb(13,240,51); }
div.DivClassName
{
background-color: #0DF033;
}
.BgClassName
{
background-color: #0DF033;
}
</style>
border-color css
<style>
span { border-color: #0DF033; }
span { border-color: rgb(13,240,51); }
td.TdClassName
{
border-color: #0DF033;
}
.TagClassName
{
border-color: #0DF033;
}
</style>