Shades of Fruit Salad #3DB141
Tints of Fruit Salad #3DB141
RGB
CMYK
RGB Variations
Color information
#3DB141 (or 0x3DB141) is known color: Fruit Salad. HEX triplet: 3D, B1 and 41. RGB value is (61,177,65). Sum of RGB (Red+Green+Blue) = 61+177+65=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB141 is #C24EBE. Grayscale: #818181. Windows color (decimal): -12734143 or 4305213. OLE color: 4305213.
HSL color Cylindrical-coordinate representation of color #3DB141: hue angle of 122.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB141 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 65 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.31 |
| HSL | 122.07º | 0.49% | 0.47% | - |
| HSV(B) | 122.07º | 0.66% | 0.69% | - |
| XYZ | 18.6 | 32.82 | 10.36 | - |
| YUV | 129.55 | 91.57 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 65 | 0.66 | 0 | 0.63 | 0.31 | 122.07 | 0.49 | 0.47 |
| Hex | 3D | B1 | 41 | 42 | 0 | 3F | 1F | 7A | 31 | 2F |
| Octal | 75 | 261 | 101 | 102 | 0 | 77 | 37 | 172 | 61 | 57 |
| Binary | 111101 | 10110001 | 1000001 | 1000010 | 0 | 111111 | 11111 | 1111010 | 110001 | 101111 |
Color Harmonies of #3DB141
Complementary color
Monochromatic Colors of #3DB141
Black with #3DB141
Text Example
Text Example
White with #3DB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB141; }
p { color: rgb(61,177,65); }
H1.HeaderClassName
{
color: #3DB141;
}
.AnyTagClassName
{
color: #3DB141;
}
</style>
background-color css
<style>
a { background-color: #3DB141; }
a { background-color: rgb(61,177,65); }
div.DivClassName
{
background-color: #3DB141;
}
.BgClassName
{
background-color: #3DB141;
}
</style>
border-color css
<style>
span { border-color: #3DB141; }
span { border-color: rgb(61,177,65); }
td.TdClassName
{
border-color: #3DB141;
}
.TagClassName
{
border-color: #3DB141;
}
</style>