Shades of Fruit Salad #3DAE4C
Tints of Fruit Salad #3DAE4C
RGB
CMYK
RGB Variations
Color information
#3DAE4C (or 0x3DAE4C) is known color: Fruit Salad. HEX triplet: 3D, AE and 4C. RGB value is (61,174,76). Sum of RGB (Red+Green+Blue) = 61+174+76=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAE4C is #C251B3. Grayscale: #818181. Windows color (decimal): -12734900 or 5025341. OLE color: 5025341.
HSL color Cylindrical-coordinate representation of color #3DAE4C: hue angle of 127.96º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAE4C is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 76 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.32 |
| HSL | 127.96º | 0.48% | 0.46% | - |
| HSV(B) | 127.96º | 0.65% | 0.68% | - |
| XYZ | 18.37 | 31.79 | 12 | - |
| YUV | 129.04 | 98.06 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 76 | 0.65 | 0 | 0.56 | 0.32 | 127.96 | 0.48 | 0.46 |
| Hex | 3D | AE | 4C | 41 | 0 | 38 | 20 | 80 | 30 | 2E |
| Octal | 75 | 256 | 114 | 101 | 0 | 70 | 40 | 200 | 60 | 56 |
| Binary | 111101 | 10101110 | 1001100 | 1000001 | 0 | 111000 | 100000 | 10000000 | 110000 | 101110 |
Color Harmonies of #3DAE4C
Complementary color
Monochromatic Colors of #3DAE4C
Black with #3DAE4C
Text Example
Text Example
White with #3DAE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE4C; }
p { color: rgb(61,174,76); }
H1.HeaderClassName
{
color: #3DAE4C;
}
.AnyTagClassName
{
color: #3DAE4C;
}
</style>
background-color css
<style>
a { background-color: #3DAE4C; }
a { background-color: rgb(61,174,76); }
div.DivClassName
{
background-color: #3DAE4C;
}
.BgClassName
{
background-color: #3DAE4C;
}
</style>
border-color css
<style>
span { border-color: #3DAE4C; }
span { border-color: rgb(61,174,76); }
td.TdClassName
{
border-color: #3DAE4C;
}
.TagClassName
{
border-color: #3DAE4C;
}
</style>