Shades of Free Speech Green #1BD710
Tints of Free Speech Green #1BD710
RGB
CMYK
RGB Variations
Color information
#1BD710 (or 0x1BD710) is known color: Free Speech Green. HEX triplet: 1B, D7 and 10. RGB value is (27,215,16). Sum of RGB (Red+Green+Blue) = 27+215+16=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 215 (84.38% from 255 or 83.33% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 215 - color contains mainly: green. Hex color #1BD710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD710 is #E428EF. Grayscale: #888888. Windows color (decimal): -14952688 or 1103643. OLE color: 1103643.
HSL color Cylindrical-coordinate representation of color #1BD710: hue angle of 116.68º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1BD710 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 215 | 16 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.16 |
| HSL | 116.68º | 0.86% | 0.45% | - |
| HSV(B) | 116.68º | 0.93% | 0.84% | - |
| XYZ | 24.85 | 48.87 | 8.61 | - |
| YUV | 136.1 | 60.22 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 215 | 16 | 0.87 | 0 | 0.93 | 0.16 | 116.68 | 0.86 | 0.45 |
| Hex | 1B | D7 | 10 | 57 | 0 | 5D | 10 | 75 | 56 | 2D |
| Octal | 33 | 327 | 20 | 127 | 0 | 135 | 20 | 165 | 126 | 55 |
| Binary | 11011 | 11010111 | 10000 | 1010111 | 0 | 1011101 | 10000 | 1110101 | 1010110 | 101101 |
Color Harmonies of #1BD710
Complementary color
Monochromatic Colors of #1BD710
Black with #1BD710
Text Example
Text Example
White with #1BD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD710; }
p { color: rgb(27,215,16); }
H1.HeaderClassName
{
color: #1BD710;
}
.AnyTagClassName
{
color: #1BD710;
}
</style>
background-color css
<style>
a { background-color: #1BD710; }
a { background-color: rgb(27,215,16); }
div.DivClassName
{
background-color: #1BD710;
}
.BgClassName
{
background-color: #1BD710;
}
</style>
border-color css
<style>
span { border-color: #1BD710; }
span { border-color: rgb(27,215,16); }
td.TdClassName
{
border-color: #1BD710;
}
.TagClassName
{
border-color: #1BD710;
}
</style>