Shades of Free Speech Green #05DB1C
Tints of Free Speech Green #05DB1C
RGB
CMYK
RGB Variations
Color information
#05DB1C (or 0x05DB1C) is known color: Free Speech Green. HEX triplet: 05, DB and 1C. RGB value is (5,219,28). Sum of RGB (Red+Green+Blue) = 5+219+28=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 219 (85.94% from 255 or 86.90% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DB1C is #FA24E3. Grayscale: #858585. Windows color (decimal): -16393444 or 1891077. OLE color: 1891077.
HSL color Cylindrical-coordinate representation of color #05DB1C: hue angle of 126.45º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DB1C is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 28 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.14 |
| HSL | 126.45º | 0.96% | 0.44% | - |
| HSV(B) | 126.45º | 0.98% | 0.86% | - |
| XYZ | 25.6 | 50.78 | 9.55 | - |
| YUV | 133.24 | 68.6 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 28 | 0.98 | 0 | 0.87 | 0.14 | 126.45 | 0.96 | 0.44 |
| Hex | 5 | DB | 1C | 62 | 0 | 57 | E | 7E | 60 | 2C |
| Octal | 5 | 333 | 34 | 142 | 0 | 127 | 16 | 176 | 140 | 54 |
| Binary | 101 | 11011011 | 11100 | 1100010 | 0 | 1010111 | 1110 | 1111110 | 1100000 | 101100 |
Color Harmonies of #05DB1C
Complementary color
Monochromatic Colors of #05DB1C
Black with #05DB1C
Text Example
Text Example
White with #05DB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB1C; }
p { color: rgb(5,219,28); }
H1.HeaderClassName
{
color: #05DB1C;
}
.AnyTagClassName
{
color: #05DB1C;
}
</style>
background-color css
<style>
a { background-color: #05DB1C; }
a { background-color: rgb(5,219,28); }
div.DivClassName
{
background-color: #05DB1C;
}
.BgClassName
{
background-color: #05DB1C;
}
</style>
border-color css
<style>
span { border-color: #05DB1C; }
span { border-color: rgb(5,219,28); }
td.TdClassName
{
border-color: #05DB1C;
}
.TagClassName
{
border-color: #05DB1C;
}
</style>