Shades of Fruit Salad #33A53F
Tints of Fruit Salad #33A53F
RGB
CMYK
RGB Variations
Color information
#33A53F (or 0x33A53F) is known color: Fruit Salad. HEX triplet: 33, A5 and 3F. RGB value is (51,165,63). Sum of RGB (Red+Green+Blue) = 51+165+63=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #33A53F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A53F is #CC5AC0. Grayscale: #777777. Windows color (decimal): -13392577 or 4171059. OLE color: 4171059.
HSL color Cylindrical-coordinate representation of color #33A53F: hue angle of 126.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A53F is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 165 | 63 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.35 |
| HSL | 126.32º | 0.53% | 0.42% | - |
| HSV(B) | 126.32º | 0.69% | 0.65% | - |
| XYZ | 15.72 | 27.97 | 9.27 | - |
| YUV | 119.29 | 96.23 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 165 | 63 | 0.69 | 0 | 0.62 | 0.35 | 126.32 | 0.53 | 0.42 |
| Hex | 33 | A5 | 3F | 45 | 0 | 3E | 23 | 7E | 35 | 2A |
| Octal | 63 | 245 | 77 | 105 | 0 | 76 | 43 | 176 | 65 | 52 |
| Binary | 110011 | 10100101 | 111111 | 1000101 | 0 | 111110 | 100011 | 1111110 | 110101 | 101010 |
Color Harmonies of #33A53F
Complementary color
Monochromatic Colors of #33A53F
Black with #33A53F
Text Example
Text Example
White with #33A53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A53F; }
p { color: rgb(51,165,63); }
H1.HeaderClassName
{
color: #33A53F;
}
.AnyTagClassName
{
color: #33A53F;
}
</style>
background-color css
<style>
a { background-color: #33A53F; }
a { background-color: rgb(51,165,63); }
div.DivClassName
{
background-color: #33A53F;
}
.BgClassName
{
background-color: #33A53F;
}
</style>
border-color css
<style>
span { border-color: #33A53F; }
span { border-color: rgb(51,165,63); }
td.TdClassName
{
border-color: #33A53F;
}
.TagClassName
{
border-color: #33A53F;
}
</style>