Shades of Fruit Salad #33A241
Tints of Fruit Salad #33A241
RGB
CMYK
RGB Variations
Color information
#33A241 (or 0x33A241) is known color: Fruit Salad. HEX triplet: 33, A2 and 41. RGB value is (51,162,65). Sum of RGB (Red+Green+Blue) = 51+162+65=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #33A241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A241 is #CC5DBE. Grayscale: #767676. Windows color (decimal): -13393343 or 4301363. OLE color: 4301363.
HSL color Cylindrical-coordinate representation of color #33A241: hue angle of 127.57º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A241 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 162 | 65 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.36 |
| HSL | 127.57º | 0.52% | 0.42% | - |
| HSV(B) | 127.57º | 0.69% | 0.64% | - |
| XYZ | 15.24 | 26.93 | 9.4 | - |
| YUV | 117.75 | 98.23 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 162 | 65 | 0.69 | 0 | 0.60 | 0.36 | 127.57 | 0.52 | 0.42 |
| Hex | 33 | A2 | 41 | 45 | 0 | 3C | 24 | 80 | 34 | 2A |
| Octal | 63 | 242 | 101 | 105 | 0 | 74 | 44 | 200 | 64 | 52 |
| Binary | 110011 | 10100010 | 1000001 | 1000101 | 0 | 111100 | 100100 | 10000000 | 110100 | 101010 |
Color Harmonies of #33A241
Complementary color
Monochromatic Colors of #33A241
Black with #33A241
Text Example
Text Example
White with #33A241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A241; }
p { color: rgb(51,162,65); }
H1.HeaderClassName
{
color: #33A241;
}
.AnyTagClassName
{
color: #33A241;
}
</style>
background-color css
<style>
a { background-color: #33A241; }
a { background-color: rgb(51,162,65); }
div.DivClassName
{
background-color: #33A241;
}
.BgClassName
{
background-color: #33A241;
}
</style>
border-color css
<style>
span { border-color: #33A241; }
span { border-color: rgb(51,162,65); }
td.TdClassName
{
border-color: #33A241;
}
.TagClassName
{
border-color: #33A241;
}
</style>