Shades of Fruit Salad #3DAC44
Tints of Fruit Salad #3DAC44
RGB
CMYK
RGB Variations
Color information
#3DAC44 (or 0x3DAC44) is known color: Fruit Salad. HEX triplet: 3D, AC and 44. RGB value is (61,172,68). Sum of RGB (Red+Green+Blue) = 61+172+68=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC44 is #C253BB. Grayscale: #7F7F7F. Windows color (decimal): -12735420 or 4500541. OLE color: 4500541.
HSL color Cylindrical-coordinate representation of color #3DAC44: hue angle of 123.78º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAC44 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 68 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.33 |
| HSL | 123.78º | 0.48% | 0.46% | - |
| HSV(B) | 123.78º | 0.65% | 0.67% | - |
| XYZ | 17.72 | 30.91 | 10.5 | - |
| YUV | 126.96 | 94.73 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 68 | 0.65 | 0 | 0.60 | 0.33 | 123.78 | 0.48 | 0.46 |
| Hex | 3D | AC | 44 | 41 | 0 | 3C | 21 | 7C | 30 | 2E |
| Octal | 75 | 254 | 104 | 101 | 0 | 74 | 41 | 174 | 60 | 56 |
| Binary | 111101 | 10101100 | 1000100 | 1000001 | 0 | 111100 | 100001 | 1111100 | 110000 | 101110 |
Color Harmonies of #3DAC44
Complementary color
Monochromatic Colors of #3DAC44
Black with #3DAC44
Text Example
Text Example
White with #3DAC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC44; }
p { color: rgb(61,172,68); }
H1.HeaderClassName
{
color: #3DAC44;
}
.AnyTagClassName
{
color: #3DAC44;
}
</style>
background-color css
<style>
a { background-color: #3DAC44; }
a { background-color: rgb(61,172,68); }
div.DivClassName
{
background-color: #3DAC44;
}
.BgClassName
{
background-color: #3DAC44;
}
</style>
border-color css
<style>
span { border-color: #3DAC44; }
span { border-color: rgb(61,172,68); }
td.TdClassName
{
border-color: #3DAC44;
}
.TagClassName
{
border-color: #3DAC44;
}
</style>