Shades of Fruit Salad #3DBA4A
Tints of Fruit Salad #3DBA4A
RGB
CMYK
RGB Variations
Color information
#3DBA4A (or 0x3DBA4A) is known color: Fruit Salad. HEX triplet: 3D, BA and 4A. RGB value is (61,186,74). Sum of RGB (Red+Green+Blue) = 61+186+74=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA4A is #C245B5. Grayscale: #888888. Windows color (decimal): -12731830 or 4897341. OLE color: 4897341.
HSL color Cylindrical-coordinate representation of color #3DBA4A: hue angle of 126.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBA4A is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 74 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.27 |
| HSL | 126.24º | 0.51% | 0.48% | - |
| HSV(B) | 126.24º | 0.67% | 0.73% | - |
| XYZ | 20.72 | 36.6 | 12.45 | - |
| YUV | 135.86 | 93.09 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 74 | 0.67 | 0 | 0.60 | 0.27 | 126.24 | 0.51 | 0.48 |
| Hex | 3D | BA | 4A | 43 | 0 | 3C | 1B | 7E | 33 | 30 |
| Octal | 75 | 272 | 112 | 103 | 0 | 74 | 33 | 176 | 63 | 60 |
| Binary | 111101 | 10111010 | 1001010 | 1000011 | 0 | 111100 | 11011 | 1111110 | 110011 | 110000 |
Color Harmonies of #3DBA4A
Complementary color
Monochromatic Colors of #3DBA4A
Black with #3DBA4A
Text Example
Text Example
White with #3DBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA4A; }
p { color: rgb(61,186,74); }
H1.HeaderClassName
{
color: #3DBA4A;
}
.AnyTagClassName
{
color: #3DBA4A;
}
</style>
background-color css
<style>
a { background-color: #3DBA4A; }
a { background-color: rgb(61,186,74); }
div.DivClassName
{
background-color: #3DBA4A;
}
.BgClassName
{
background-color: #3DBA4A;
}
</style>
border-color css
<style>
span { border-color: #3DBA4A; }
span { border-color: rgb(61,186,74); }
td.TdClassName
{
border-color: #3DBA4A;
}
.TagClassName
{
border-color: #3DBA4A;
}
</style>