Shades of Free Speech Green #1CD80B
Tints of Free Speech Green #1CD80B
RGB
CMYK
RGB Variations
Color information
#1CD80B (or 0x1CD80B) is known color: Free Speech Green. HEX triplet: 1C, D8 and 0B. RGB value is (28,216,11). Sum of RGB (Red+Green+Blue) = 28+216+11=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 216 (84.77% from 255 or 84.71% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 216 - color contains mainly: green. Hex color #1CD80B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD80B is #E327F4. Grayscale: #898989. Windows color (decimal): -14886901 or 776220. OLE color: 776220.
HSL color Cylindrical-coordinate representation of color #1CD80B: hue angle of 115.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CD80B is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 216 | 11 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.15 |
| HSL | 115.02º | 0.9% | 0.45% | - |
| HSV(B) | 115.02º | 0.95% | 0.85% | - |
| XYZ | 25.1 | 49.38 | 8.53 | - |
| YUV | 136.42 | 57.22 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 216 | 11 | 0.87 | 0 | 0.95 | 0.15 | 115.02 | 0.9 | 0.45 |
| Hex | 1C | D8 | B | 57 | 0 | 5F | F | 73 | 5A | 2D |
| Octal | 34 | 330 | 13 | 127 | 0 | 137 | 17 | 163 | 132 | 55 |
| Binary | 11100 | 11011000 | 1011 | 1010111 | 0 | 1011111 | 1111 | 1110011 | 1011010 | 101101 |
Color Harmonies of #1CD80B
Complementary color
Monochromatic Colors of #1CD80B
Black with #1CD80B
Text Example
Text Example
White with #1CD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD80B; }
p { color: rgb(28,216,11); }
H1.HeaderClassName
{
color: #1CD80B;
}
.AnyTagClassName
{
color: #1CD80B;
}
</style>
background-color css
<style>
a { background-color: #1CD80B; }
a { background-color: rgb(28,216,11); }
div.DivClassName
{
background-color: #1CD80B;
}
.BgClassName
{
background-color: #1CD80B;
}
</style>
border-color css
<style>
span { border-color: #1CD80B; }
span { border-color: rgb(28,216,11); }
td.TdClassName
{
border-color: #1CD80B;
}
.TagClassName
{
border-color: #1CD80B;
}
</style>