Shades of Fruit Salad #3DA843
Tints of Fruit Salad #3DA843
RGB
CMYK
RGB Variations
Color information
#3DA843 (or 0x3DA843) is known color: Fruit Salad. HEX triplet: 3D, A8 and 43. RGB value is (61,168,67). Sum of RGB (Red+Green+Blue) = 61+168+67=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA843 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA843 is #C257BC. Grayscale: #7C7C7C. Windows color (decimal): -12736445 or 4433981. OLE color: 4433981.
HSL color Cylindrical-coordinate representation of color #3DA843: hue angle of 123.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA843 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 67 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.34 |
| HSL | 123.36º | 0.47% | 0.45% | - |
| HSV(B) | 123.36º | 0.64% | 0.66% | - |
| XYZ | 16.94 | 29.4 | 10.09 | - |
| YUV | 124.49 | 95.55 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 67 | 0.64 | 0 | 0.60 | 0.34 | 123.36 | 0.47 | 0.45 |
| Hex | 3D | A8 | 43 | 40 | 0 | 3C | 22 | 7B | 2F | 2D |
| Octal | 75 | 250 | 103 | 100 | 0 | 74 | 42 | 173 | 57 | 55 |
| Binary | 111101 | 10101000 | 1000011 | 1000000 | 0 | 111100 | 100010 | 1111011 | 101111 | 101101 |
Color Harmonies of #3DA843
Complementary color
Monochromatic Colors of #3DA843
Black with #3DA843
Text Example
Text Example
White with #3DA843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA843; }
p { color: rgb(61,168,67); }
H1.HeaderClassName
{
color: #3DA843;
}
.AnyTagClassName
{
color: #3DA843;
}
</style>
background-color css
<style>
a { background-color: #3DA843; }
a { background-color: rgb(61,168,67); }
div.DivClassName
{
background-color: #3DA843;
}
.BgClassName
{
background-color: #3DA843;
}
</style>
border-color css
<style>
span { border-color: #3DA843; }
span { border-color: rgb(61,168,67); }
td.TdClassName
{
border-color: #3DA843;
}
.TagClassName
{
border-color: #3DA843;
}
</style>