Shades of Free Speech Green #27F819
Tints of Free Speech Green #27F819
RGB
CMYK
RGB Variations
Color information
#27F819 (or 0x27F819) is known color: Free Speech Green. HEX triplet: 27, F8 and 19. RGB value is (39,248,25). Sum of RGB (Red+Green+Blue) = 39+248+25=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 248 (97.27% from 255 or 79.49% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 248 - color contains mainly: green. Hex color #27F819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F819 is #D807E6. Grayscale: #A0A0A0. Windows color (decimal): -14157799 or 1701927. OLE color: 1701927.
HSL color Cylindrical-coordinate representation of color #27F819: hue angle of 116.23º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27F819 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 248 | 25 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.03 |
| HSL | 116.23º | 0.94% | 0.54% | - |
| HSV(B) | 116.23º | 0.9% | 0.97% | - |
| XYZ | 34.58 | 67.64 | 12.15 | - |
| YUV | 160.09 | 51.76 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 248 | 25 | 0.84 | 0 | 0.90 | 0.03 | 116.23 | 0.94 | 0.54 |
| Hex | 27 | F8 | 19 | 54 | 0 | 5A | 3 | 74 | 5E | 36 |
| Octal | 47 | 370 | 31 | 124 | 0 | 132 | 3 | 164 | 136 | 66 |
| Binary | 100111 | 11111000 | 11001 | 1010100 | 0 | 1011010 | 11 | 1110100 | 1011110 | 110110 |
Color Harmonies of #27F819
Complementary color
Monochromatic Colors of #27F819
Black with #27F819
Text Example
Text Example
White with #27F819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F819; }
p { color: rgb(39,248,25); }
H1.HeaderClassName
{
color: #27F819;
}
.AnyTagClassName
{
color: #27F819;
}
</style>
background-color css
<style>
a { background-color: #27F819; }
a { background-color: rgb(39,248,25); }
div.DivClassName
{
background-color: #27F819;
}
.BgClassName
{
background-color: #27F819;
}
</style>
border-color css
<style>
span { border-color: #27F819; }
span { border-color: rgb(39,248,25); }
td.TdClassName
{
border-color: #27F819;
}
.TagClassName
{
border-color: #27F819;
}
</style>