Shades of Free Speech Green #06FB32
Tints of Free Speech Green #06FB32
RGB
CMYK
RGB Variations
Color information
#06FB32 (or 0x06FB32) is known color: Free Speech Green. HEX triplet: 06, FB and 32. RGB value is (6,251,50). Sum of RGB (Red+Green+Blue) = 6+251+50=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 251 (98.44% from 255 or 81.76% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 251 - color contains mainly: green. Hex color #06FB32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FB32 is #F904CD. Grayscale: #9B9B9B. Windows color (decimal): -16319694 or 3341062. OLE color: 3341062.
HSL color Cylindrical-coordinate representation of color #06FB32: hue angle of 130.78º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FB32 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 251 | 50 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.02 |
| HSL | 130.78º | 0.97% | 0.5% | - |
| HSV(B) | 130.78º | 0.98% | 0.98% | - |
| XYZ | 35.15 | 69.26 | 14.53 | - |
| YUV | 154.83 | 68.83 | 21.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 251 | 50 | 0.98 | 0 | 0.80 | 0.02 | 130.78 | 0.97 | 0.5 |
| Hex | 6 | FB | 32 | 62 | 0 | 50 | 2 | 83 | 61 | 32 |
| Octal | 6 | 373 | 62 | 142 | 0 | 120 | 2 | 203 | 141 | 62 |
| Binary | 110 | 11111011 | 110010 | 1100010 | 0 | 1010000 | 10 | 10000011 | 1100001 | 110010 |
Color Harmonies of #06FB32
Complementary color
Monochromatic Colors of #06FB32
Black with #06FB32
Text Example
Text Example
White with #06FB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FB32; }
p { color: rgb(6,251,50); }
H1.HeaderClassName
{
color: #06FB32;
}
.AnyTagClassName
{
color: #06FB32;
}
</style>
background-color css
<style>
a { background-color: #06FB32; }
a { background-color: rgb(6,251,50); }
div.DivClassName
{
background-color: #06FB32;
}
.BgClassName
{
background-color: #06FB32;
}
</style>
border-color css
<style>
span { border-color: #06FB32; }
span { border-color: rgb(6,251,50); }
td.TdClassName
{
border-color: #06FB32;
}
.TagClassName
{
border-color: #06FB32;
}
</style>