Shades of Free Speech Green #05DF1B
Tints of Free Speech Green #05DF1B
RGB
CMYK
RGB Variations
Color information
#05DF1B (or 0x05DF1B) is known color: Free Speech Green. HEX triplet: 05, DF and 1B. RGB value is (5,223,27). Sum of RGB (Red+Green+Blue) = 5+223+27=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 223 (87.5% from 255 or 87.45% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DF1B is #FA20E4. Grayscale: #888888. Windows color (decimal): -16392421 or 1826565. OLE color: 1826565.
HSL color Cylindrical-coordinate representation of color #05DF1B: hue angle of 126.06º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DF1B is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 27 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.13 |
| HSL | 126.06º | 0.96% | 0.45% | - |
| HSV(B) | 126.06º | 0.98% | 0.87% | - |
| XYZ | 26.65 | 52.89 | 9.84 | - |
| YUV | 135.47 | 66.78 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 27 | 0.98 | 0 | 0.88 | 0.13 | 126.06 | 0.96 | 0.45 |
| Hex | 5 | DF | 1B | 62 | 0 | 58 | D | 7E | 60 | 2D |
| Octal | 5 | 337 | 33 | 142 | 0 | 130 | 15 | 176 | 140 | 55 |
| Binary | 101 | 11011111 | 11011 | 1100010 | 0 | 1011000 | 1101 | 1111110 | 1100000 | 101101 |
Color Harmonies of #05DF1B
Complementary color
Monochromatic Colors of #05DF1B
Black with #05DF1B
Text Example
Text Example
White with #05DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF1B; }
p { color: rgb(5,223,27); }
H1.HeaderClassName
{
color: #05DF1B;
}
.AnyTagClassName
{
color: #05DF1B;
}
</style>
background-color css
<style>
a { background-color: #05DF1B; }
a { background-color: rgb(5,223,27); }
div.DivClassName
{
background-color: #05DF1B;
}
.BgClassName
{
background-color: #05DF1B;
}
</style>
border-color css
<style>
span { border-color: #05DF1B; }
span { border-color: rgb(5,223,27); }
td.TdClassName
{
border-color: #05DF1B;
}
.TagClassName
{
border-color: #05DF1B;
}
</style>