Shades of Fruit Salad #3DB13C
Tints of Fruit Salad #3DB13C
RGB
CMYK
RGB Variations
Color information
#3DB13C (or 0x3DB13C) is known color: Fruit Salad. HEX triplet: 3D, B1 and 3C. RGB value is (61,177,60). Sum of RGB (Red+Green+Blue) = 61+177+60=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 177 (69.53% from 255 or 59.40% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB13C is #C24EC3. Grayscale: #818181. Windows color (decimal): -12734148 or 3977533. OLE color: 3977533.
HSL color Cylindrical-coordinate representation of color #3DB13C: hue angle of 119.49º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB13C is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 60 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.31 |
| HSL | 119.49º | 0.49% | 0.46% | - |
| HSV(B) | 119.49º | 0.66% | 0.69% | - |
| XYZ | 18.46 | 32.76 | 9.63 | - |
| YUV | 128.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 60 | 0.66 | 0 | 0.66 | 0.31 | 119.49 | 0.49 | 0.46 |
| Hex | 3D | B1 | 3C | 42 | 0 | 42 | 1F | 77 | 31 | 2E |
| Octal | 75 | 261 | 74 | 102 | 0 | 102 | 37 | 167 | 61 | 56 |
| Binary | 111101 | 10110001 | 111100 | 1000010 | 0 | 1000010 | 11111 | 1110111 | 110001 | 101110 |
Color Harmonies of #3DB13C
Complementary color
Monochromatic Colors of #3DB13C
Black with #3DB13C
Text Example
Text Example
White with #3DB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB13C; }
p { color: rgb(61,177,60); }
H1.HeaderClassName
{
color: #3DB13C;
}
.AnyTagClassName
{
color: #3DB13C;
}
</style>
background-color css
<style>
a { background-color: #3DB13C; }
a { background-color: rgb(61,177,60); }
div.DivClassName
{
background-color: #3DB13C;
}
.BgClassName
{
background-color: #3DB13C;
}
</style>
border-color css
<style>
span { border-color: #3DB13C; }
span { border-color: rgb(61,177,60); }
td.TdClassName
{
border-color: #3DB13C;
}
.TagClassName
{
border-color: #3DB13C;
}
</style>