Shades of Fruit Salad #3DB644
Tints of Fruit Salad #3DB644
RGB
CMYK
RGB Variations
Color information
#3DB644 (or 0x3DB644) is known color: Fruit Salad. HEX triplet: 3D, B6 and 44. RGB value is (61,182,68). Sum of RGB (Red+Green+Blue) = 61+182+68=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 182 (71.48% from 255 or 58.52% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB644 is #C249BB. Grayscale: #858585. Windows color (decimal): -12732860 or 4503101. OLE color: 4503101.
HSL color Cylindrical-coordinate representation of color #3DB644: hue angle of 123.47º 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 #3DB644 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 68 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.29 |
| HSL | 123.47º | 0.5% | 0.48% | - |
| HSV(B) | 123.47º | 0.66% | 0.71% | - |
| XYZ | 19.7 | 34.87 | 11.16 | - |
| YUV | 132.83 | 91.41 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 68 | 0.66 | 0 | 0.63 | 0.29 | 123.47 | 0.5 | 0.48 |
| Hex | 3D | B6 | 44 | 42 | 0 | 3F | 1D | 7B | 32 | 30 |
| Octal | 75 | 266 | 104 | 102 | 0 | 77 | 35 | 173 | 62 | 60 |
| Binary | 111101 | 10110110 | 1000100 | 1000010 | 0 | 111111 | 11101 | 1111011 | 110010 | 110000 |
Color Harmonies of #3DB644
Complementary color
Monochromatic Colors of #3DB644
Black with #3DB644
Text Example
Text Example
White with #3DB644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB644; }
p { color: rgb(61,182,68); }
H1.HeaderClassName
{
color: #3DB644;
}
.AnyTagClassName
{
color: #3DB644;
}
</style>
background-color css
<style>
a { background-color: #3DB644; }
a { background-color: rgb(61,182,68); }
div.DivClassName
{
background-color: #3DB644;
}
.BgClassName
{
background-color: #3DB644;
}
</style>
border-color css
<style>
span { border-color: #3DB644; }
span { border-color: rgb(61,182,68); }
td.TdClassName
{
border-color: #3DB644;
}
.TagClassName
{
border-color: #3DB644;
}
</style>