Shades of Fruit Salad #3DB13B
Tints of Fruit Salad #3DB13B
RGB
CMYK
RGB Variations
Color information
#3DB13B (or 0x3DB13B) is known color: Fruit Salad. HEX triplet: 3D, B1 and 3B. RGB value is (61,177,59). Sum of RGB (Red+Green+Blue) = 61+177+59=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB13B is #C24EC4. Grayscale: #818181. Windows color (decimal): -12734149 or 3911997. OLE color: 3911997.
HSL color Cylindrical-coordinate representation of color #3DB13B: hue angle of 118.98º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB13B is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 59 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.31 |
| HSL | 118.98º | 0.5% | 0.46% | - |
| HSV(B) | 118.98º | 0.67% | 0.69% | - |
| XYZ | 18.44 | 32.75 | 9.49 | - |
| YUV | 128.86 | 88.57 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 59 | 0.66 | 0 | 0.67 | 0.31 | 118.98 | 0.5 | 0.46 |
| Hex | 3D | B1 | 3B | 42 | 0 | 43 | 1F | 77 | 32 | 2E |
| Octal | 75 | 261 | 73 | 102 | 0 | 103 | 37 | 167 | 62 | 56 |
| Binary | 111101 | 10110001 | 111011 | 1000010 | 0 | 1000011 | 11111 | 1110111 | 110010 | 101110 |
Color Harmonies of #3DB13B
Complementary color
Monochromatic Colors of #3DB13B
Black with #3DB13B
Text Example
Text Example
White with #3DB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB13B; }
p { color: rgb(61,177,59); }
H1.HeaderClassName
{
color: #3DB13B;
}
.AnyTagClassName
{
color: #3DB13B;
}
</style>
background-color css
<style>
a { background-color: #3DB13B; }
a { background-color: rgb(61,177,59); }
div.DivClassName
{
background-color: #3DB13B;
}
.BgClassName
{
background-color: #3DB13B;
}
</style>
border-color css
<style>
span { border-color: #3DB13B; }
span { border-color: rgb(61,177,59); }
td.TdClassName
{
border-color: #3DB13B;
}
.TagClassName
{
border-color: #3DB13B;
}
</style>