Shades of Free Speech Green #05DB13
Tints of Free Speech Green #05DB13
RGB
CMYK
RGB Variations
Color information
#05DB13 (or 0x05DB13) is known color: Free Speech Green. HEX triplet: 05, DB and 13. RGB value is (5,219,19). Sum of RGB (Red+Green+Blue) = 5+219+19=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 219 (85.94% from 255 or 90.12% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DB13 is #FA24EC. Grayscale: #848484. Windows color (decimal): -16393453 or 1301253. OLE color: 1301253.
HSL color Cylindrical-coordinate representation of color #05DB13: hue angle of 123.93º 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 #05DB13 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 19 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.14 |
| HSL | 123.93º | 0.96% | 0.44% | - |
| HSV(B) | 123.93º | 0.98% | 0.86% | - |
| XYZ | 25.51 | 50.74 | 9.07 | - |
| YUV | 132.21 | 64.1 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 19 | 0.98 | 0 | 0.91 | 0.14 | 123.93 | 0.96 | 0.44 |
| Hex | 5 | DB | 13 | 62 | 0 | 5B | E | 7C | 60 | 2C |
| Octal | 5 | 333 | 23 | 142 | 0 | 133 | 16 | 174 | 140 | 54 |
| Binary | 101 | 11011011 | 10011 | 1100010 | 0 | 1011011 | 1110 | 1111100 | 1100000 | 101100 |
Color Harmonies of #05DB13
Complementary color
Monochromatic Colors of #05DB13
Black with #05DB13
Text Example
Text Example
White with #05DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB13; }
p { color: rgb(5,219,19); }
H1.HeaderClassName
{
color: #05DB13;
}
.AnyTagClassName
{
color: #05DB13;
}
</style>
background-color css
<style>
a { background-color: #05DB13; }
a { background-color: rgb(5,219,19); }
div.DivClassName
{
background-color: #05DB13;
}
.BgClassName
{
background-color: #05DB13;
}
</style>
border-color css
<style>
span { border-color: #05DB13; }
span { border-color: rgb(5,219,19); }
td.TdClassName
{
border-color: #05DB13;
}
.TagClassName
{
border-color: #05DB13;
}
</style>