Shades of Fruit Salad #33A13F
Tints of Fruit Salad #33A13F
RGB
CMYK
RGB Variations
Color information
#33A13F (or 0x33A13F) is known color: Fruit Salad. HEX triplet: 33, A1 and 3F. RGB value is (51,161,63). Sum of RGB (Red+Green+Blue) = 51+161+63=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #33A13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A13F is #CC5EC0. Grayscale: #757575. Windows color (decimal): -13393601 or 4170035. OLE color: 4170035.
HSL color Cylindrical-coordinate representation of color #33A13F: hue angle of 126.55º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A13F is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 63 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.37 |
| HSL | 126.55º | 0.52% | 0.42% | - |
| HSV(B) | 126.55º | 0.68% | 0.63% | - |
| XYZ | 15.01 | 26.55 | 9.04 | - |
| YUV | 116.94 | 97.56 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 63 | 0.68 | 0 | 0.61 | 0.37 | 126.55 | 0.52 | 0.42 |
| Hex | 33 | A1 | 3F | 44 | 0 | 3D | 25 | 7F | 34 | 2A |
| Octal | 63 | 241 | 77 | 104 | 0 | 75 | 45 | 177 | 64 | 52 |
| Binary | 110011 | 10100001 | 111111 | 1000100 | 0 | 111101 | 100101 | 1111111 | 110100 | 101010 |
Color Harmonies of #33A13F
Complementary color
Monochromatic Colors of #33A13F
Black with #33A13F
Text Example
Text Example
White with #33A13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A13F; }
p { color: rgb(51,161,63); }
H1.HeaderClassName
{
color: #33A13F;
}
.AnyTagClassName
{
color: #33A13F;
}
</style>
background-color css
<style>
a { background-color: #33A13F; }
a { background-color: rgb(51,161,63); }
div.DivClassName
{
background-color: #33A13F;
}
.BgClassName
{
background-color: #33A13F;
}
</style>
border-color css
<style>
span { border-color: #33A13F; }
span { border-color: rgb(51,161,63); }
td.TdClassName
{
border-color: #33A13F;
}
.TagClassName
{
border-color: #33A13F;
}
</style>