Shades of Free Speech Green #25DF0D
Tints of Free Speech Green #25DF0D
RGB
CMYK
RGB Variations
Color information
#25DF0D (or 0x25DF0D) is known color: Free Speech Green. HEX triplet: 25, DF and 0D. RGB value is (37,223,13). Sum of RGB (Red+Green+Blue) = 37+223+13=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #25DF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DF0D is #DA20F2. Grayscale: #909090. Windows color (decimal): -14295283 or 909093. OLE color: 909093.
HSL color Cylindrical-coordinate representation of color #25DF0D: hue angle of 113.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25DF0D is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 223 | 13 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.13 |
| HSL | 113.14º | 0.89% | 0.46% | - |
| HSV(B) | 113.14º | 0.94% | 0.87% | - |
| XYZ | 27.22 | 53.2 | 9.21 | - |
| YUV | 143.45 | 54.38 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 13 | 0.83 | 0 | 0.94 | 0.13 | 113.14 | 0.89 | 0.46 |
| Hex | 25 | DF | D | 53 | 0 | 5E | D | 71 | 59 | 2E |
| Octal | 45 | 337 | 15 | 123 | 0 | 136 | 15 | 161 | 131 | 56 |
| Binary | 100101 | 11011111 | 1101 | 1010011 | 0 | 1011110 | 1101 | 1110001 | 1011001 | 101110 |
Color Harmonies of #25DF0D
Complementary color
Monochromatic Colors of #25DF0D
Black with #25DF0D
Text Example
Text Example
White with #25DF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DF0D; }
p { color: rgb(37,223,13); }
H1.HeaderClassName
{
color: #25DF0D;
}
.AnyTagClassName
{
color: #25DF0D;
}
</style>
background-color css
<style>
a { background-color: #25DF0D; }
a { background-color: rgb(37,223,13); }
div.DivClassName
{
background-color: #25DF0D;
}
.BgClassName
{
background-color: #25DF0D;
}
</style>
border-color css
<style>
span { border-color: #25DF0D; }
span { border-color: rgb(37,223,13); }
td.TdClassName
{
border-color: #25DF0D;
}
.TagClassName
{
border-color: #25DF0D;
}
</style>