Shades of Fruit Salad #33A33D
Tints of Fruit Salad #33A33D
RGB
CMYK
RGB Variations
Color information
#33A33D (or 0x33A33D) is known color: Fruit Salad. HEX triplet: 33, A3 and 3D. RGB value is (51,163,61). Sum of RGB (Red+Green+Blue) = 51+163+61=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #33A33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A33D is #CC5CC2. Grayscale: #767676. Windows color (decimal): -13393091 or 4039475. OLE color: 4039475.
HSL color Cylindrical-coordinate representation of color #33A33D: hue angle of 125.36º 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 #33A33D is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 163 | 61 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.36 |
| HSL | 125.36º | 0.52% | 0.42% | - |
| HSV(B) | 125.36º | 0.69% | 0.64% | - |
| XYZ | 15.3 | 27.24 | 8.87 | - |
| YUV | 117.88 | 95.89 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 163 | 61 | 0.69 | 0 | 0.63 | 0.36 | 125.36 | 0.52 | 0.42 |
| Hex | 33 | A3 | 3D | 45 | 0 | 3F | 24 | 7D | 34 | 2A |
| Octal | 63 | 243 | 75 | 105 | 0 | 77 | 44 | 175 | 64 | 52 |
| Binary | 110011 | 10100011 | 111101 | 1000101 | 0 | 111111 | 100100 | 1111101 | 110100 | 101010 |
Color Harmonies of #33A33D
Complementary color
Monochromatic Colors of #33A33D
Black with #33A33D
Text Example
Text Example
White with #33A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A33D; }
p { color: rgb(51,163,61); }
H1.HeaderClassName
{
color: #33A33D;
}
.AnyTagClassName
{
color: #33A33D;
}
</style>
background-color css
<style>
a { background-color: #33A33D; }
a { background-color: rgb(51,163,61); }
div.DivClassName
{
background-color: #33A33D;
}
.BgClassName
{
background-color: #33A33D;
}
</style>
border-color css
<style>
span { border-color: #33A33D; }
span { border-color: rgb(51,163,61); }
td.TdClassName
{
border-color: #33A33D;
}
.TagClassName
{
border-color: #33A33D;
}
</style>