Shades of Fruit Salad #3DAF40
Tints of Fruit Salad #3DAF40
RGB
CMYK
RGB Variations
Color information
#3DAF40 (or 0x3DAF40) is known color: Fruit Salad. HEX triplet: 3D, AF and 40. RGB value is (61,175,64). Sum of RGB (Red+Green+Blue) = 61+175+64=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAF40 is #C250BF. Grayscale: #808080. Windows color (decimal): -12734656 or 4239165. OLE color: 4239165.
HSL color Cylindrical-coordinate representation of color #3DAF40: hue angle of 121.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAF40 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 175 | 64 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.31 |
| HSL | 121.58º | 0.48% | 0.46% | - |
| HSV(B) | 121.58º | 0.65% | 0.69% | - |
| XYZ | 18.18 | 32.02 | 10.07 | - |
| YUV | 128.26 | 91.73 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 64 | 0.65 | 0 | 0.63 | 0.31 | 121.58 | 0.48 | 0.46 |
| Hex | 3D | AF | 40 | 41 | 0 | 3F | 1F | 7A | 30 | 2E |
| Octal | 75 | 257 | 100 | 101 | 0 | 77 | 37 | 172 | 60 | 56 |
| Binary | 111101 | 10101111 | 1000000 | 1000001 | 0 | 111111 | 11111 | 1111010 | 110000 | 101110 |
Color Harmonies of #3DAF40
Complementary color
Monochromatic Colors of #3DAF40
Black with #3DAF40
Text Example
Text Example
White with #3DAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAF40; }
p { color: rgb(61,175,64); }
H1.HeaderClassName
{
color: #3DAF40;
}
.AnyTagClassName
{
color: #3DAF40;
}
</style>
background-color css
<style>
a { background-color: #3DAF40; }
a { background-color: rgb(61,175,64); }
div.DivClassName
{
background-color: #3DAF40;
}
.BgClassName
{
background-color: #3DAF40;
}
</style>
border-color css
<style>
span { border-color: #3DAF40; }
span { border-color: rgb(61,175,64); }
td.TdClassName
{
border-color: #3DAF40;
}
.TagClassName
{
border-color: #3DAF40;
}
</style>