Shades of Fruit Salad #3DB145
Tints of Fruit Salad #3DB145
RGB
CMYK
RGB Variations
Color information
#3DB145 (or 0x3DB145) is known color: Fruit Salad. HEX triplet: 3D, B1 and 45. RGB value is (61,177,69). Sum of RGB (Red+Green+Blue) = 61+177+69=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 177 (69.53% from 255 or 57.65% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB145 is #C24EBA. Grayscale: #828282. Windows color (decimal): -12734139 or 4567357. OLE color: 4567357.
HSL color Cylindrical-coordinate representation of color #3DB145: hue angle of 124.14º 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 #3DB145 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 69 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.31 |
| HSL | 124.14º | 0.49% | 0.47% | - |
| HSV(B) | 124.14º | 0.66% | 0.69% | - |
| XYZ | 18.72 | 32.87 | 10.99 | - |
| YUV | 130 | 93.57 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 69 | 0.66 | 0 | 0.61 | 0.31 | 124.14 | 0.49 | 0.47 |
| Hex | 3D | B1 | 45 | 42 | 0 | 3D | 1F | 7C | 31 | 2F |
| Octal | 75 | 261 | 105 | 102 | 0 | 75 | 37 | 174 | 61 | 57 |
| Binary | 111101 | 10110001 | 1000101 | 1000010 | 0 | 111101 | 11111 | 1111100 | 110001 | 101111 |
Color Harmonies of #3DB145
Complementary color
Monochromatic Colors of #3DB145
Black with #3DB145
Text Example
Text Example
White with #3DB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB145; }
p { color: rgb(61,177,69); }
H1.HeaderClassName
{
color: #3DB145;
}
.AnyTagClassName
{
color: #3DB145;
}
</style>
background-color css
<style>
a { background-color: #3DB145; }
a { background-color: rgb(61,177,69); }
div.DivClassName
{
background-color: #3DB145;
}
.BgClassName
{
background-color: #3DB145;
}
</style>
border-color css
<style>
span { border-color: #3DB145; }
span { border-color: rgb(61,177,69); }
td.TdClassName
{
border-color: #3DB145;
}
.TagClassName
{
border-color: #3DB145;
}
</style>