Shades of Fruit Salad #3DAE37
Tints of Fruit Salad #3DAE37
RGB
CMYK
RGB Variations
Color information
#3DAE37 (or 0x3DAE37) is known color: Fruit Salad. HEX triplet: 3D, AE and 37. RGB value is (61,174,55). Sum of RGB (Red+Green+Blue) = 61+174+55=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 174 (68.36% from 255 or 60% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAE37 is #C251C8. Grayscale: #7F7F7F. Windows color (decimal): -12734921 or 3649085. OLE color: 3649085.
HSL color Cylindrical-coordinate representation of color #3DAE37: hue angle of 116.97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DAE37 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 55 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.32 |
| HSL | 116.97º | 0.52% | 0.45% | - |
| HSV(B) | 116.97º | 0.68% | 0.68% | - |
| XYZ | 17.75 | 31.54 | 8.77 | - |
| YUV | 126.65 | 87.56 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 55 | 0.65 | 0 | 0.68 | 0.32 | 116.97 | 0.52 | 0.45 |
| Hex | 3D | AE | 37 | 41 | 0 | 44 | 20 | 75 | 34 | 2D |
| Octal | 75 | 256 | 67 | 101 | 0 | 104 | 40 | 165 | 64 | 55 |
| Binary | 111101 | 10101110 | 110111 | 1000001 | 0 | 1000100 | 100000 | 1110101 | 110100 | 101101 |
Color Harmonies of #3DAE37
Complementary color
Monochromatic Colors of #3DAE37
Black with #3DAE37
Text Example
Text Example
White with #3DAE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE37; }
p { color: rgb(61,174,55); }
H1.HeaderClassName
{
color: #3DAE37;
}
.AnyTagClassName
{
color: #3DAE37;
}
</style>
background-color css
<style>
a { background-color: #3DAE37; }
a { background-color: rgb(61,174,55); }
div.DivClassName
{
background-color: #3DAE37;
}
.BgClassName
{
background-color: #3DAE37;
}
</style>
border-color css
<style>
span { border-color: #3DAE37; }
span { border-color: rgb(61,174,55); }
td.TdClassName
{
border-color: #3DAE37;
}
.TagClassName
{
border-color: #3DAE37;
}
</style>