Shades of Free Speech Green #0DF305
Tints of Free Speech Green #0DF305
RGB
CMYK
RGB Variations
Color information
#0DF305 (or 0x0DF305) is known color: Free Speech Green. HEX triplet: 0D, F3 and 05. RGB value is (13,243,5). Sum of RGB (Red+Green+Blue) = 13+243+5=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 243 (95.31% from 255 or 93.10% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 243 - color contains mainly: green. Hex color #0DF305 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF305 is #F20CFA. Grayscale: #939393. Windows color (decimal): -15863035 or 389901. OLE color: 389901.
HSL color Cylindrical-coordinate representation of color #0DF305: hue angle of 117.98º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DF305 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 243 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.05 |
| HSL | 117.98º | 0.96% | 0.49% | - |
| HSV(B) | 117.98º | 0.98% | 0.95% | - |
| XYZ | 32.24 | 64.2 | 10.84 | - |
| YUV | 147.1 | 47.8 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 243 | 5 | 0.95 | 0 | 0.98 | 0.05 | 117.98 | 0.96 | 0.49 |
| Hex | D | F3 | 5 | 5F | 0 | 62 | 5 | 76 | 60 | 31 |
| Octal | 15 | 363 | 5 | 137 | 0 | 142 | 5 | 166 | 140 | 61 |
| Binary | 1101 | 11110011 | 101 | 1011111 | 0 | 1100010 | 101 | 1110110 | 1100000 | 110001 |
Color Harmonies of #0DF305
Complementary color
Monochromatic Colors of #0DF305
Black with #0DF305
Text Example
Text Example
White with #0DF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF305; }
p { color: rgb(13,243,5); }
H1.HeaderClassName
{
color: #0DF305;
}
.AnyTagClassName
{
color: #0DF305;
}
</style>
background-color css
<style>
a { background-color: #0DF305; }
a { background-color: rgb(13,243,5); }
div.DivClassName
{
background-color: #0DF305;
}
.BgClassName
{
background-color: #0DF305;
}
</style>
border-color css
<style>
span { border-color: #0DF305; }
span { border-color: rgb(13,243,5); }
td.TdClassName
{
border-color: #0DF305;
}
.TagClassName
{
border-color: #0DF305;
}
</style>