Shades of Free Speech Green #05DB1D
Tints of Free Speech Green #05DB1D
RGB
CMYK
RGB Variations
Color information
#05DB1D (or 0x05DB1D) is known color: Free Speech Green. HEX triplet: 05, DB and 1D. RGB value is (5,219,29). Sum of RGB (Red+Green+Blue) = 5+219+29=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 219 (85.94% from 255 or 86.56% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DB1D is #FA24E2. Grayscale: #858585. Windows color (decimal): -16393443 or 1956613. OLE color: 1956613.
HSL color Cylindrical-coordinate representation of color #05DB1D: hue angle of 126.73º 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 #05DB1D is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 29 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.14 |
| HSL | 126.73º | 0.96% | 0.44% | - |
| HSV(B) | 126.73º | 0.98% | 0.86% | - |
| XYZ | 25.62 | 50.78 | 9.61 | - |
| YUV | 133.35 | 69.1 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 29 | 0.98 | 0 | 0.87 | 0.14 | 126.73 | 0.96 | 0.44 |
| Hex | 5 | DB | 1D | 62 | 0 | 57 | E | 7F | 60 | 2C |
| Octal | 5 | 333 | 35 | 142 | 0 | 127 | 16 | 177 | 140 | 54 |
| Binary | 101 | 11011011 | 11101 | 1100010 | 0 | 1010111 | 1110 | 1111111 | 1100000 | 101100 |
Color Harmonies of #05DB1D
Complementary color
Monochromatic Colors of #05DB1D
Black with #05DB1D
Text Example
Text Example
White with #05DB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB1D; }
p { color: rgb(5,219,29); }
H1.HeaderClassName
{
color: #05DB1D;
}
.AnyTagClassName
{
color: #05DB1D;
}
</style>
background-color css
<style>
a { background-color: #05DB1D; }
a { background-color: rgb(5,219,29); }
div.DivClassName
{
background-color: #05DB1D;
}
.BgClassName
{
background-color: #05DB1D;
}
</style>
border-color css
<style>
span { border-color: #05DB1D; }
span { border-color: rgb(5,219,29); }
td.TdClassName
{
border-color: #05DB1D;
}
.TagClassName
{
border-color: #05DB1D;
}
</style>