Shades of Free Speech Green #15CB05
Tints of Free Speech Green #15CB05
RGB
CMYK
RGB Variations
Color information
#15CB05 (or 0x15CB05) is known color: Free Speech Green. HEX triplet: 15, CB and 05. RGB value is (21,203,5). Sum of RGB (Red+Green+Blue) = 21+203+5=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 203 (79.69% from 255 or 88.65% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 203 - color contains mainly: green. Hex color #15CB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CB05 is #EA34FA. Grayscale: #7E7E7E. Windows color (decimal): -15348987 or 379669. OLE color: 379669.
HSL color Cylindrical-coordinate representation of color #15CB05: hue angle of 115.15º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15CB05 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 5 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.20 |
| HSL | 115.15º | 0.95% | 0.41% | - |
| HSV(B) | 115.15º | 0.98% | 0.8% | - |
| XYZ | 21.69 | 42.88 | 7.28 | - |
| YUV | 126.01 | 59.7 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 5 | 0.90 | 0 | 0.98 | 0.20 | 115.15 | 0.95 | 0.41 |
| Hex | 15 | CB | 5 | 5A | 0 | 62 | 14 | 73 | 5F | 29 |
| Octal | 25 | 313 | 5 | 132 | 0 | 142 | 24 | 163 | 137 | 51 |
| Binary | 10101 | 11001011 | 101 | 1011010 | 0 | 1100010 | 10100 | 1110011 | 1011111 | 101001 |
Color Harmonies of #15CB05
Complementary color
Monochromatic Colors of #15CB05
Black with #15CB05
Text Example
Text Example
White with #15CB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CB05; }
p { color: rgb(21,203,5); }
H1.HeaderClassName
{
color: #15CB05;
}
.AnyTagClassName
{
color: #15CB05;
}
</style>
background-color css
<style>
a { background-color: #15CB05; }
a { background-color: rgb(21,203,5); }
div.DivClassName
{
background-color: #15CB05;
}
.BgClassName
{
background-color: #15CB05;
}
</style>
border-color css
<style>
span { border-color: #15CB05; }
span { border-color: rgb(21,203,5); }
td.TdClassName
{
border-color: #15CB05;
}
.TagClassName
{
border-color: #15CB05;
}
</style>