Shades of Fruit Salad #3DAE4A
Tints of Fruit Salad #3DAE4A
RGB
CMYK
RGB Variations
Color information
#3DAE4A (or 0x3DAE4A) is known color: Fruit Salad. HEX triplet: 3D, AE and 4A. RGB value is (61,174,74). Sum of RGB (Red+Green+Blue) = 61+174+74=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 174 (68.36% from 255 or 56.31% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAE4A is #C251B5. Grayscale: #818181. Windows color (decimal): -12734902 or 4894269. OLE color: 4894269.
HSL color Cylindrical-coordinate representation of color #3DAE4A: hue angle of 126.9º 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 #3DAE4A is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 74 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.32 |
| HSL | 126.9º | 0.48% | 0.46% | - |
| HSV(B) | 126.9º | 0.65% | 0.68% | - |
| XYZ | 18.3 | 31.76 | 11.64 | - |
| YUV | 128.81 | 97.06 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 74 | 0.65 | 0 | 0.57 | 0.32 | 126.9 | 0.48 | 0.46 |
| Hex | 3D | AE | 4A | 41 | 0 | 39 | 20 | 7F | 30 | 2E |
| Octal | 75 | 256 | 112 | 101 | 0 | 71 | 40 | 177 | 60 | 56 |
| Binary | 111101 | 10101110 | 1001010 | 1000001 | 0 | 111001 | 100000 | 1111111 | 110000 | 101110 |
Color Harmonies of #3DAE4A
Complementary color
Monochromatic Colors of #3DAE4A
Black with #3DAE4A
Text Example
Text Example
White with #3DAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE4A; }
p { color: rgb(61,174,74); }
H1.HeaderClassName
{
color: #3DAE4A;
}
.AnyTagClassName
{
color: #3DAE4A;
}
</style>
background-color css
<style>
a { background-color: #3DAE4A; }
a { background-color: rgb(61,174,74); }
div.DivClassName
{
background-color: #3DAE4A;
}
.BgClassName
{
background-color: #3DAE4A;
}
</style>
border-color css
<style>
span { border-color: #3DAE4A; }
span { border-color: rgb(61,174,74); }
td.TdClassName
{
border-color: #3DAE4A;
}
.TagClassName
{
border-color: #3DAE4A;
}
</style>