Shades of Fruit Salad #3DA24C
Tints of Fruit Salad #3DA24C
RGB
CMYK
RGB Variations
Color information
#3DA24C (or 0x3DA24C) is known color: Fruit Salad. HEX triplet: 3D, A2 and 4C. RGB value is (61,162,76). Sum of RGB (Red+Green+Blue) = 61+162+76=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA24C is #C25DB3. Grayscale: #7A7A7A. Windows color (decimal): -12737972 or 5022269. OLE color: 5022269.
HSL color Cylindrical-coordinate representation of color #3DA24C: hue angle of 128.91º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA24C is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 76 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.36 |
| HSL | 128.91º | 0.45% | 0.44% | - |
| HSV(B) | 128.91º | 0.62% | 0.64% | - |
| XYZ | 16.15 | 27.35 | 11.27 | - |
| YUV | 122 | 102.04 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 76 | 0.62 | 0 | 0.53 | 0.36 | 128.91 | 0.45 | 0.44 |
| Hex | 3D | A2 | 4C | 3E | 0 | 35 | 24 | 81 | 2D | 2C |
| Octal | 75 | 242 | 114 | 76 | 0 | 65 | 44 | 201 | 55 | 54 |
| Binary | 111101 | 10100010 | 1001100 | 111110 | 0 | 110101 | 100100 | 10000001 | 101101 | 101100 |
Color Harmonies of #3DA24C
Complementary color
Monochromatic Colors of #3DA24C
Black with #3DA24C
Text Example
Text Example
White with #3DA24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA24C; }
p { color: rgb(61,162,76); }
H1.HeaderClassName
{
color: #3DA24C;
}
.AnyTagClassName
{
color: #3DA24C;
}
</style>
background-color css
<style>
a { background-color: #3DA24C; }
a { background-color: rgb(61,162,76); }
div.DivClassName
{
background-color: #3DA24C;
}
.BgClassName
{
background-color: #3DA24C;
}
</style>
border-color css
<style>
span { border-color: #3DA24C; }
span { border-color: rgb(61,162,76); }
td.TdClassName
{
border-color: #3DA24C;
}
.TagClassName
{
border-color: #3DA24C;
}
</style>