Shades of Free Speech Green #0DF333
Tints of Free Speech Green #0DF333
RGB
CMYK
RGB Variations
Color information
#0DF333 (or 0x0DF333) is known color: Free Speech Green. HEX triplet: 0D, F3 and 33. RGB value is (13,243,51). Sum of RGB (Red+Green+Blue) = 13+243+51=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 243 (95.31% from 255 or 79.15% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 243 - color contains mainly: green. Hex color #0DF333 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF333 is #F20CCC. Grayscale: #989898. Windows color (decimal): -15862989 or 3404557. OLE color: 3404557.
HSL color Cylindrical-coordinate representation of color #0DF333: hue angle of 129.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF333 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 243 | 51 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.05 |
| HSL | 129.91º | 0.91% | 0.5% | - |
| HSV(B) | 129.91º | 0.95% | 0.95% | - |
| XYZ | 32.81 | 64.43 | 13.84 | - |
| YUV | 152.34 | 70.8 | 28.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 243 | 51 | 0.95 | 0 | 0.79 | 0.05 | 129.91 | 0.91 | 0.5 |
| Hex | D | F3 | 33 | 5F | 0 | 4F | 5 | 82 | 5B | 32 |
| Octal | 15 | 363 | 63 | 137 | 0 | 117 | 5 | 202 | 133 | 62 |
| Binary | 1101 | 11110011 | 110011 | 1011111 | 0 | 1001111 | 101 | 10000010 | 1011011 | 110010 |
Color Harmonies of #0DF333
Complementary color
Monochromatic Colors of #0DF333
Black with #0DF333
Text Example
Text Example
White with #0DF333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF333; }
p { color: rgb(13,243,51); }
H1.HeaderClassName
{
color: #0DF333;
}
.AnyTagClassName
{
color: #0DF333;
}
</style>
background-color css
<style>
a { background-color: #0DF333; }
a { background-color: rgb(13,243,51); }
div.DivClassName
{
background-color: #0DF333;
}
.BgClassName
{
background-color: #0DF333;
}
</style>
border-color css
<style>
span { border-color: #0DF333; }
span { border-color: rgb(13,243,51); }
td.TdClassName
{
border-color: #0DF333;
}
.TagClassName
{
border-color: #0DF333;
}
</style>