Shades of Fruit Salad #3DBD4C
Tints of Fruit Salad #3DBD4C
RGB
CMYK
RGB Variations
Color information
#3DBD4C (or 0x3DBD4C) is known color: Fruit Salad. HEX triplet: 3D, BD and 4C. RGB value is (61,189,76). Sum of RGB (Red+Green+Blue) = 61+189+76=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBD4C is #C242B3. Grayscale: #8A8A8A. Windows color (decimal): -12731060 or 5029181. OLE color: 5029181.
HSL color Cylindrical-coordinate representation of color #3DBD4C: hue angle of 127.03º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBD4C is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 76 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.26 |
| HSL | 127.03º | 0.51% | 0.49% | - |
| HSV(B) | 127.03º | 0.68% | 0.74% | - |
| XYZ | 21.43 | 37.91 | 13.03 | - |
| YUV | 137.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 76 | 0.68 | 0 | 0.60 | 0.26 | 127.03 | 0.51 | 0.49 |
| Hex | 3D | BD | 4C | 44 | 0 | 3C | 1A | 7F | 33 | 31 |
| Octal | 75 | 275 | 114 | 104 | 0 | 74 | 32 | 177 | 63 | 61 |
| Binary | 111101 | 10111101 | 1001100 | 1000100 | 0 | 111100 | 11010 | 1111111 | 110011 | 110001 |
Color Harmonies of #3DBD4C
Complementary color
Monochromatic Colors of #3DBD4C
Black with #3DBD4C
Text Example
Text Example
White with #3DBD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD4C; }
p { color: rgb(61,189,76); }
H1.HeaderClassName
{
color: #3DBD4C;
}
.AnyTagClassName
{
color: #3DBD4C;
}
</style>
background-color css
<style>
a { background-color: #3DBD4C; }
a { background-color: rgb(61,189,76); }
div.DivClassName
{
background-color: #3DBD4C;
}
.BgClassName
{
background-color: #3DBD4C;
}
</style>
border-color css
<style>
span { border-color: #3DBD4C; }
span { border-color: rgb(61,189,76); }
td.TdClassName
{
border-color: #3DBD4C;
}
.TagClassName
{
border-color: #3DBD4C;
}
</style>