Shades of Fruit Salad #3DBC4B
Tints of Fruit Salad #3DBC4B
RGB
CMYK
RGB Variations
Color information
#3DBC4B (or 0x3DBC4B) is known color: Fruit Salad. HEX triplet: 3D, BC and 4B. RGB value is (61,188,75). Sum of RGB (Red+Green+Blue) = 61+188+75=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBC4B is #C243B4. Grayscale: #898989. Windows color (decimal): -12731317 or 4963389. OLE color: 4963389.
HSL color Cylindrical-coordinate representation of color #3DBC4B: hue angle of 126.61º 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 #3DBC4B is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 75 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.26 |
| HSL | 126.61º | 0.51% | 0.49% | - |
| HSV(B) | 126.61º | 0.68% | 0.74% | - |
| XYZ | 21.18 | 37.47 | 12.77 | - |
| YUV | 137.15 | 92.92 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 75 | 0.68 | 0 | 0.60 | 0.26 | 126.61 | 0.51 | 0.49 |
| Hex | 3D | BC | 4B | 44 | 0 | 3C | 1A | 7F | 33 | 31 |
| Octal | 75 | 274 | 113 | 104 | 0 | 74 | 32 | 177 | 63 | 61 |
| Binary | 111101 | 10111100 | 1001011 | 1000100 | 0 | 111100 | 11010 | 1111111 | 110011 | 110001 |
Color Harmonies of #3DBC4B
Complementary color
Monochromatic Colors of #3DBC4B
Black with #3DBC4B
Text Example
Text Example
White with #3DBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC4B; }
p { color: rgb(61,188,75); }
H1.HeaderClassName
{
color: #3DBC4B;
}
.AnyTagClassName
{
color: #3DBC4B;
}
</style>
background-color css
<style>
a { background-color: #3DBC4B; }
a { background-color: rgb(61,188,75); }
div.DivClassName
{
background-color: #3DBC4B;
}
.BgClassName
{
background-color: #3DBC4B;
}
</style>
border-color css
<style>
span { border-color: #3DBC4B; }
span { border-color: rgb(61,188,75); }
td.TdClassName
{
border-color: #3DBC4B;
}
.TagClassName
{
border-color: #3DBC4B;
}
</style>