Shades of Fruit Salad #3DB64A
Tints of Fruit Salad #3DB64A
RGB
CMYK
RGB Variations
Color information
#3DB64A (or 0x3DB64A) is known color: Fruit Salad. HEX triplet: 3D, B6 and 4A. RGB value is (61,182,74). Sum of RGB (Red+Green+Blue) = 61+182+74=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 182 (71.48% from 255 or 57.41% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB64A is #C249B5. Grayscale: #858585. Windows color (decimal): -12732854 or 4896317. OLE color: 4896317.
HSL color Cylindrical-coordinate representation of color #3DB64A: hue angle of 126.45º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB64A is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 74 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.29 |
| HSL | 126.45º | 0.5% | 0.48% | - |
| HSV(B) | 126.45º | 0.66% | 0.71% | - |
| XYZ | 19.89 | 34.94 | 12.17 | - |
| YUV | 133.51 | 94.41 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 74 | 0.66 | 0 | 0.59 | 0.29 | 126.45 | 0.5 | 0.48 |
| Hex | 3D | B6 | 4A | 42 | 0 | 3B | 1D | 7E | 32 | 30 |
| Octal | 75 | 266 | 112 | 102 | 0 | 73 | 35 | 176 | 62 | 60 |
| Binary | 111101 | 10110110 | 1001010 | 1000010 | 0 | 111011 | 11101 | 1111110 | 110010 | 110000 |
Color Harmonies of #3DB64A
Complementary color
Monochromatic Colors of #3DB64A
Black with #3DB64A
Text Example
Text Example
White with #3DB64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB64A; }
p { color: rgb(61,182,74); }
H1.HeaderClassName
{
color: #3DB64A;
}
.AnyTagClassName
{
color: #3DB64A;
}
</style>
background-color css
<style>
a { background-color: #3DB64A; }
a { background-color: rgb(61,182,74); }
div.DivClassName
{
background-color: #3DB64A;
}
.BgClassName
{
background-color: #3DB64A;
}
</style>
border-color css
<style>
span { border-color: #3DB64A; }
span { border-color: rgb(61,182,74); }
td.TdClassName
{
border-color: #3DB64A;
}
.TagClassName
{
border-color: #3DB64A;
}
</style>