Shades of Free Speech Green #10FF33
Tints of Free Speech Green #10FF33
RGB
CMYK
RGB Variations
Color information
#10FF33 (or 0x10FF33) is known color: Free Speech Green. HEX triplet: 10, FF and 33. RGB value is (16,255,51). Sum of RGB (Red+Green+Blue) = 16+255+51=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 255 (100% from 255 or 79.19% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF33 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FF33 is #EF00CC. Grayscale: #A0A0A0. Windows color (decimal): -15663309 or 3407632. OLE color: 3407632.
HSL color Cylindrical-coordinate representation of color #10FF33: hue angle of 128.79º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF33 is Cyan = 0.94, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 51 | - |
| CMYK | 0.94 | 0 | 0.8 | 0 |
| HSL | 128.79º | 1% | 0.53% | - |
| HSV(B) | 128.79º | 0.94% | 1% | - |
| XYZ | 36.57 | 71.87 | 15.08 | - |
| YUV | 160.28 | 66.32 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 51 | 0.94 | 0 | 0.8 | 0 | 128.79 | 1 | 0.53 |
| Hex | 10 | FF | 33 | 5E | 0 | 50 | 0 | 81 | 64 | 35 |
| Octal | 20 | 377 | 63 | 136 | 0 | 120 | 0 | 201 | 144 | 65 |
| Binary | 10000 | 11111111 | 110011 | 1011110 | 0 | 1010000 | 0 | 10000001 | 1100100 | 110101 |
Color Harmonies of #10FF33
Complementary color
Monochromatic Colors of #10FF33
Black with #10FF33
Text Example
Text Example
White with #10FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF33; }
p { color: rgb(16,255,51); }
H1.HeaderClassName
{
color: #10FF33;
}
.AnyTagClassName
{
color: #10FF33;
}
</style>
background-color css
<style>
a { background-color: #10FF33; }
a { background-color: rgb(16,255,51); }
div.DivClassName
{
background-color: #10FF33;
}
.BgClassName
{
background-color: #10FF33;
}
</style>
border-color css
<style>
span { border-color: #10FF33; }
span { border-color: rgb(16,255,51); }
td.TdClassName
{
border-color: #10FF33;
}
.TagClassName
{
border-color: #10FF33;
}
</style>