Shades of Free Speech Green #15CF05
Tints of Free Speech Green #15CF05
RGB
CMYK
RGB Variations
Color information
#15CF05 (or 0x15CF05) is known color: Free Speech Green. HEX triplet: 15, CF and 05. RGB value is (21,207,5). Sum of RGB (Red+Green+Blue) = 21+207+5=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 207 (81.25% from 255 or 88.84% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 207 - color contains mainly: green. Hex color #15CF05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CF05 is #EA30FA. Grayscale: #808080. Windows color (decimal): -15347963 or 380693. OLE color: 380693.
HSL color Cylindrical-coordinate representation of color #15CF05: hue angle of 115.25º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15CF05 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 207 | 5 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.19 |
| HSL | 115.25º | 0.95% | 0.42% | - |
| HSV(B) | 115.25º | 0.98% | 0.81% | - |
| XYZ | 22.65 | 44.8 | 7.6 | - |
| YUV | 128.36 | 58.38 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 5 | 0.90 | 0 | 0.98 | 0.19 | 115.25 | 0.95 | 0.42 |
| Hex | 15 | CF | 5 | 5A | 0 | 62 | 13 | 73 | 5F | 2A |
| Octal | 25 | 317 | 5 | 132 | 0 | 142 | 23 | 163 | 137 | 52 |
| Binary | 10101 | 11001111 | 101 | 1011010 | 0 | 1100010 | 10011 | 1110011 | 1011111 | 101010 |
Color Harmonies of #15CF05
Complementary color
Monochromatic Colors of #15CF05
Black with #15CF05
Text Example
Text Example
White with #15CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CF05; }
p { color: rgb(21,207,5); }
H1.HeaderClassName
{
color: #15CF05;
}
.AnyTagClassName
{
color: #15CF05;
}
</style>
background-color css
<style>
a { background-color: #15CF05; }
a { background-color: rgb(21,207,5); }
div.DivClassName
{
background-color: #15CF05;
}
.BgClassName
{
background-color: #15CF05;
}
</style>
border-color css
<style>
span { border-color: #15CF05; }
span { border-color: rgb(21,207,5); }
td.TdClassName
{
border-color: #15CF05;
}
.TagClassName
{
border-color: #15CF05;
}
</style>