Shades of Free Speech Green #0DD61B
Tints of Free Speech Green #0DD61B
RGB
CMYK
RGB Variations
Color information
#0DD61B (or 0x0DD61B) is known color: Free Speech Green. HEX triplet: 0D, D6 and 1B. RGB value is (13,214,27). Sum of RGB (Red+Green+Blue) = 13+214+27=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 214 (83.98% from 255 or 84.25% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD61B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD61B is #F229E4. Grayscale: #858585. Windows color (decimal): -15870437 or 1824269. OLE color: 1824269.
HSL color Cylindrical-coordinate representation of color #0DD61B: hue angle of 124.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD61B is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 214 | 27 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.16 |
| HSL | 124.18º | 0.89% | 0.45% | - |
| HSV(B) | 124.18º | 0.94% | 0.84% | - |
| XYZ | 24.41 | 48.26 | 9.07 | - |
| YUV | 132.58 | 68.41 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 27 | 0.94 | 0 | 0.87 | 0.16 | 124.18 | 0.89 | 0.45 |
| Hex | D | D6 | 1B | 5E | 0 | 57 | 10 | 7C | 59 | 2D |
| Octal | 15 | 326 | 33 | 136 | 0 | 127 | 20 | 174 | 131 | 55 |
| Binary | 1101 | 11010110 | 11011 | 1011110 | 0 | 1010111 | 10000 | 1111100 | 1011001 | 101101 |
Color Harmonies of #0DD61B
Complementary color
Monochromatic Colors of #0DD61B
Black with #0DD61B
Text Example
Text Example
White with #0DD61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD61B; }
p { color: rgb(13,214,27); }
H1.HeaderClassName
{
color: #0DD61B;
}
.AnyTagClassName
{
color: #0DD61B;
}
</style>
background-color css
<style>
a { background-color: #0DD61B; }
a { background-color: rgb(13,214,27); }
div.DivClassName
{
background-color: #0DD61B;
}
.BgClassName
{
background-color: #0DD61B;
}
</style>
border-color css
<style>
span { border-color: #0DD61B; }
span { border-color: rgb(13,214,27); }
td.TdClassName
{
border-color: #0DD61B;
}
.TagClassName
{
border-color: #0DD61B;
}
</style>