Shades of Free Speech Green #0DF133
Tints of Free Speech Green #0DF133
RGB
CMYK
RGB Variations
Color information
#0DF133 (or 0x0DF133) is known color: Free Speech Green. HEX triplet: 0D, F1 and 33. RGB value is (13,241,51). Sum of RGB (Red+Green+Blue) = 13+241+51=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 241 (94.53% from 255 or 79.02% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF133 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF133 is #F20ECC. Grayscale: #979797. Windows color (decimal): -15863501 or 3404045. OLE color: 3404045.
HSL color Cylindrical-coordinate representation of color #0DF133: hue angle of 130º degrees, saturation: 0.9, 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 #0DF133 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 51 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.05 |
| HSL | 130º | 0.9% | 0.5% | - |
| HSV(B) | 130º | 0.95% | 0.95% | - |
| XYZ | 32.22 | 63.24 | 13.64 | - |
| YUV | 151.17 | 71.46 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 51 | 0.95 | 0 | 0.79 | 0.05 | 130 | 0.9 | 0.5 |
| Hex | D | F1 | 33 | 5F | 0 | 4F | 5 | 82 | 5A | 32 |
| Octal | 15 | 361 | 63 | 137 | 0 | 117 | 5 | 202 | 132 | 62 |
| Binary | 1101 | 11110001 | 110011 | 1011111 | 0 | 1001111 | 101 | 10000010 | 1011010 | 110010 |
Color Harmonies of #0DF133
Complementary color
Monochromatic Colors of #0DF133
Black with #0DF133
Text Example
Text Example
White with #0DF133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF133; }
p { color: rgb(13,241,51); }
H1.HeaderClassName
{
color: #0DF133;
}
.AnyTagClassName
{
color: #0DF133;
}
</style>
background-color css
<style>
a { background-color: #0DF133; }
a { background-color: rgb(13,241,51); }
div.DivClassName
{
background-color: #0DF133;
}
.BgClassName
{
background-color: #0DF133;
}
</style>
border-color css
<style>
span { border-color: #0DF133; }
span { border-color: rgb(13,241,51); }
td.TdClassName
{
border-color: #0DF133;
}
.TagClassName
{
border-color: #0DF133;
}
</style>