Shades of Free Speech Green #1BD905
Tints of Free Speech Green #1BD905
RGB
CMYK
RGB Variations
Color information
#1BD905 (or 0x1BD905) is known color: Free Speech Green. HEX triplet: 1B, D9 and 05. RGB value is (27,217,5). Sum of RGB (Red+Green+Blue) = 27+217+5=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 217 (85.16% from 255 or 87.15% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 217 - color contains mainly: green. Hex color #1BD905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD905 is #E426FA. Grayscale: #888888. Windows color (decimal): -14952187 or 383259. OLE color: 383259.
HSL color Cylindrical-coordinate representation of color #1BD905: hue angle of 113.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1BD905 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 217 | 5 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.15 |
| HSL | 113.77º | 0.95% | 0.44% | - |
| HSV(B) | 113.77º | 0.98% | 0.85% | - |
| XYZ | 25.29 | 49.87 | 8.44 | - |
| YUV | 136.02 | 54.05 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 217 | 5 | 0.88 | 0 | 0.98 | 0.15 | 113.77 | 0.95 | 0.44 |
| Hex | 1B | D9 | 5 | 58 | 0 | 62 | F | 72 | 5F | 2C |
| Octal | 33 | 331 | 5 | 130 | 0 | 142 | 17 | 162 | 137 | 54 |
| Binary | 11011 | 11011001 | 101 | 1011000 | 0 | 1100010 | 1111 | 1110010 | 1011111 | 101100 |
Color Harmonies of #1BD905
Complementary color
Monochromatic Colors of #1BD905
Black with #1BD905
Text Example
Text Example
White with #1BD905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD905; }
p { color: rgb(27,217,5); }
H1.HeaderClassName
{
color: #1BD905;
}
.AnyTagClassName
{
color: #1BD905;
}
</style>
background-color css
<style>
a { background-color: #1BD905; }
a { background-color: rgb(27,217,5); }
div.DivClassName
{
background-color: #1BD905;
}
.BgClassName
{
background-color: #1BD905;
}
</style>
border-color css
<style>
span { border-color: #1BD905; }
span { border-color: rgb(27,217,5); }
td.TdClassName
{
border-color: #1BD905;
}
.TagClassName
{
border-color: #1BD905;
}
</style>