Shades of Fruit Salad #33A03F
Tints of Fruit Salad #33A03F
RGB
CMYK
RGB Variations
Color information
#33A03F (or 0x33A03F) is known color: Fruit Salad. HEX triplet: 33, A0 and 3F. RGB value is (51,160,63). Sum of RGB (Red+Green+Blue) = 51+160+63=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #33A03F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A03F is #CC5FC0. Grayscale: #747474. Windows color (decimal): -13393857 or 4169779. OLE color: 4169779.
HSL color Cylindrical-coordinate representation of color #33A03F: hue angle of 126.61º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A03F is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 63 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.37 |
| HSL | 126.61º | 0.52% | 0.41% | - |
| HSV(B) | 126.61º | 0.68% | 0.63% | - |
| XYZ | 14.83 | 26.2 | 8.98 | - |
| YUV | 116.35 | 97.89 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 63 | 0.68 | 0 | 0.61 | 0.37 | 126.61 | 0.52 | 0.41 |
| Hex | 33 | A0 | 3F | 44 | 0 | 3D | 25 | 7F | 34 | 29 |
| Octal | 63 | 240 | 77 | 104 | 0 | 75 | 45 | 177 | 64 | 51 |
| Binary | 110011 | 10100000 | 111111 | 1000100 | 0 | 111101 | 100101 | 1111111 | 110100 | 101001 |
Color Harmonies of #33A03F
Complementary color
Monochromatic Colors of #33A03F
Black with #33A03F
Text Example
Text Example
White with #33A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A03F; }
p { color: rgb(51,160,63); }
H1.HeaderClassName
{
color: #33A03F;
}
.AnyTagClassName
{
color: #33A03F;
}
</style>
background-color css
<style>
a { background-color: #33A03F; }
a { background-color: rgb(51,160,63); }
div.DivClassName
{
background-color: #33A03F;
}
.BgClassName
{
background-color: #33A03F;
}
</style>
border-color css
<style>
span { border-color: #33A03F; }
span { border-color: rgb(51,160,63); }
td.TdClassName
{
border-color: #33A03F;
}
.TagClassName
{
border-color: #33A03F;
}
</style>