Shades of Free Speech Green #23DB08
Tints of Free Speech Green #23DB08
RGB
CMYK
RGB Variations
Color information
#23DB08 (or 0x23DB08) is known color: Free Speech Green. HEX triplet: 23, DB and 08. RGB value is (35,219,8). Sum of RGB (Red+Green+Blue) = 35+219+8=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 219 (85.94% from 255 or 83.59% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 219 - color contains mainly: green. Hex color #23DB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23DB08 is #DC24F7. Grayscale: #8C8C8C. Windows color (decimal): -14427384 or 580387. OLE color: 580387.
HSL color Cylindrical-coordinate representation of color #23DB08: hue angle of 112.32º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23DB08 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 219 | 8 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.14 |
| HSL | 112.32º | 0.93% | 0.45% | - |
| HSV(B) | 112.32º | 0.96% | 0.86% | - |
| XYZ | 26.07 | 51.04 | 8.71 | - |
| YUV | 139.93 | 53.54 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 8 | 0.84 | 0 | 0.96 | 0.14 | 112.32 | 0.93 | 0.45 |
| Hex | 23 | DB | 8 | 54 | 0 | 60 | E | 70 | 5D | 2D |
| Octal | 43 | 333 | 10 | 124 | 0 | 140 | 16 | 160 | 135 | 55 |
| Binary | 100011 | 11011011 | 1000 | 1010100 | 0 | 1100000 | 1110 | 1110000 | 1011101 | 101101 |
Color Harmonies of #23DB08
Complementary color
Monochromatic Colors of #23DB08
Black with #23DB08
Text Example
Text Example
White with #23DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DB08; }
p { color: rgb(35,219,8); }
H1.HeaderClassName
{
color: #23DB08;
}
.AnyTagClassName
{
color: #23DB08;
}
</style>
background-color css
<style>
a { background-color: #23DB08; }
a { background-color: rgb(35,219,8); }
div.DivClassName
{
background-color: #23DB08;
}
.BgClassName
{
background-color: #23DB08;
}
</style>
border-color css
<style>
span { border-color: #23DB08; }
span { border-color: rgb(35,219,8); }
td.TdClassName
{
border-color: #23DB08;
}
.TagClassName
{
border-color: #23DB08;
}
</style>