Shades of Fruit Salad #3DB64B
Tints of Fruit Salad #3DB64B
RGB
CMYK
RGB Variations
Color information
#3DB64B (or 0x3DB64B) is known color: Fruit Salad. HEX triplet: 3D, B6 and 4B. RGB value is (61,182,75). Sum of RGB (Red+Green+Blue) = 61+182+75=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 182 (71.48% from 255 or 57.23% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB64B is #C249B4. Grayscale: #858585. Windows color (decimal): -12732853 or 4961853. OLE color: 4961853.
HSL color Cylindrical-coordinate representation of color #3DB64B: hue angle of 126.94º 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 #3DB64B is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 75 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.29 |
| HSL | 126.94º | 0.5% | 0.48% | - |
| HSV(B) | 126.94º | 0.66% | 0.71% | - |
| XYZ | 19.92 | 34.96 | 12.35 | - |
| YUV | 133.62 | 94.91 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 75 | 0.66 | 0 | 0.59 | 0.29 | 126.94 | 0.5 | 0.48 |
| Hex | 3D | B6 | 4B | 42 | 0 | 3B | 1D | 7F | 32 | 30 |
| Octal | 75 | 266 | 113 | 102 | 0 | 73 | 35 | 177 | 62 | 60 |
| Binary | 111101 | 10110110 | 1001011 | 1000010 | 0 | 111011 | 11101 | 1111111 | 110010 | 110000 |
Color Harmonies of #3DB64B
Complementary color
Monochromatic Colors of #3DB64B
Black with #3DB64B
Text Example
Text Example
White with #3DB64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB64B; }
p { color: rgb(61,182,75); }
H1.HeaderClassName
{
color: #3DB64B;
}
.AnyTagClassName
{
color: #3DB64B;
}
</style>
background-color css
<style>
a { background-color: #3DB64B; }
a { background-color: rgb(61,182,75); }
div.DivClassName
{
background-color: #3DB64B;
}
.BgClassName
{
background-color: #3DB64B;
}
</style>
border-color css
<style>
span { border-color: #3DB64B; }
span { border-color: rgb(61,182,75); }
td.TdClassName
{
border-color: #3DB64B;
}
.TagClassName
{
border-color: #3DB64B;
}
</style>