Shades of Free Speech Green #27F827
Tints of Free Speech Green #27F827
RGB
CMYK
RGB Variations
Color information
#27F827 (or 0x27F827) is known color: Free Speech Green. HEX triplet: 27, F8 and 27. RGB value is (39,248,39). Sum of RGB (Red+Green+Blue) = 39+248+39=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 248 (97.27% from 255 or 76.07% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 248 - color contains mainly: green. Hex color #27F827 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F827 is #D807D8. Grayscale: #A2A2A2. Windows color (decimal): -14157785 or 2619431. OLE color: 2619431.
HSL color Cylindrical-coordinate representation of color #27F827: hue angle of 120º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F827 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 248 | 39 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.03 |
| HSL | 120º | 0.94% | 0.56% | - |
| HSV(B) | 120º | 0.84% | 0.97% | - |
| XYZ | 34.77 | 67.71 | 13.16 | - |
| YUV | 161.68 | 58.76 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 248 | 39 | 0.84 | 0 | 0.84 | 0.03 | 120 | 0.94 | 0.56 |
| Hex | 27 | F8 | 27 | 54 | 0 | 54 | 3 | 78 | 5E | 38 |
| Octal | 47 | 370 | 47 | 124 | 0 | 124 | 3 | 170 | 136 | 70 |
| Binary | 100111 | 11111000 | 100111 | 1010100 | 0 | 1010100 | 11 | 1111000 | 1011110 | 111000 |
Color Harmonies of #27F827
Complementary color
Monochromatic Colors of #27F827
Black with #27F827
Text Example
Text Example
White with #27F827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F827; }
p { color: rgb(39,248,39); }
H1.HeaderClassName
{
color: #27F827;
}
.AnyTagClassName
{
color: #27F827;
}
</style>
background-color css
<style>
a { background-color: #27F827; }
a { background-color: rgb(39,248,39); }
div.DivClassName
{
background-color: #27F827;
}
.BgClassName
{
background-color: #27F827;
}
</style>
border-color css
<style>
span { border-color: #27F827; }
span { border-color: rgb(39,248,39); }
td.TdClassName
{
border-color: #27F827;
}
.TagClassName
{
border-color: #27F827;
}
</style>