Shades of Free Speech Green #00DD1B
Tints of Free Speech Green #00DD1B
RGB
CMYK
RGB Variations
Color information
#00DD1B (or 0x00DD1B) is known color: Free Speech Green. HEX triplet: 00, DD and 1B. RGB value is (0,221,27). Sum of RGB (Red+Green+Blue) = 0+221+27=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 221 (86.72% from 255 or 89.11% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DD1B is #FF22E4. Grayscale: #858585. Windows color (decimal): -16720613 or 1826048. OLE color: 1826048.
HSL color Cylindrical-coordinate representation of color #00DD1B: hue angle of 127.33º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DD1B is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 27 | - |
| CMYK | 1 | 0 | 0.88 | 0.13 |
| HSL | 127.33º | 1% | 0.43% | - |
| HSV(B) | 127.33º | 1% | 0.87% | - |
| XYZ | 26.05 | 51.79 | 9.66 | - |
| YUV | 132.81 | 68.28 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 27 | 1 | 0 | 0.88 | 0.13 | 127.33 | 1 | 0.43 |
| Hex | 0 | DD | 1B | 64 | 0 | 58 | D | 7F | 64 | 2B |
| Octal | 0 | 335 | 33 | 144 | 0 | 130 | 15 | 177 | 144 | 53 |
| Binary | 0 | 11011101 | 11011 | 1100100 | 0 | 1011000 | 1101 | 1111111 | 1100100 | 101011 |
Color Harmonies of #00DD1B
Complementary color
Monochromatic Colors of #00DD1B
Black with #00DD1B
Text Example
Text Example
White with #00DD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DD1B; }
p { color: rgb(0,221,27); }
H1.HeaderClassName
{
color: #00DD1B;
}
.AnyTagClassName
{
color: #00DD1B;
}
</style>
background-color css
<style>
a { background-color: #00DD1B; }
a { background-color: rgb(0,221,27); }
div.DivClassName
{
background-color: #00DD1B;
}
.BgClassName
{
background-color: #00DD1B;
}
</style>
border-color css
<style>
span { border-color: #00DD1B; }
span { border-color: rgb(0,221,27); }
td.TdClassName
{
border-color: #00DD1B;
}
.TagClassName
{
border-color: #00DD1B;
}
</style>