Shades of Fruit Salad #33AD43
Tints of Fruit Salad #33AD43
RGB
CMYK
RGB Variations
Color information
#33AD43 (or 0x33AD43) is known color: Fruit Salad. HEX triplet: 33, AD and 43. RGB value is (51,173,67). Sum of RGB (Red+Green+Blue) = 51+173+67=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AD43 is #CC52BC. Grayscale: #7C7C7C. Windows color (decimal): -13390525 or 4435251. OLE color: 4435251.
HSL color Cylindrical-coordinate representation of color #33AD43: hue angle of 127.87º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AD43 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 173 | 67 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.32 |
| HSL | 127.87º | 0.54% | 0.44% | - |
| HSV(B) | 127.87º | 0.71% | 0.68% | - |
| XYZ | 17.32 | 31 | 10.38 | - |
| YUV | 124.44 | 95.58 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 67 | 0.71 | 0 | 0.61 | 0.32 | 127.87 | 0.54 | 0.44 |
| Hex | 33 | AD | 43 | 47 | 0 | 3D | 20 | 80 | 36 | 2C |
| Octal | 63 | 255 | 103 | 107 | 0 | 75 | 40 | 200 | 66 | 54 |
| Binary | 110011 | 10101101 | 1000011 | 1000111 | 0 | 111101 | 100000 | 10000000 | 110110 | 101100 |
Color Harmonies of #33AD43
Complementary color
Monochromatic Colors of #33AD43
Black with #33AD43
Text Example
Text Example
White with #33AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AD43; }
p { color: rgb(51,173,67); }
H1.HeaderClassName
{
color: #33AD43;
}
.AnyTagClassName
{
color: #33AD43;
}
</style>
background-color css
<style>
a { background-color: #33AD43; }
a { background-color: rgb(51,173,67); }
div.DivClassName
{
background-color: #33AD43;
}
.BgClassName
{
background-color: #33AD43;
}
</style>
border-color css
<style>
span { border-color: #33AD43; }
span { border-color: rgb(51,173,67); }
td.TdClassName
{
border-color: #33AD43;
}
.TagClassName
{
border-color: #33AD43;
}
</style>