Shades of Fruit Salad #3DBA4B
Tints of Fruit Salad #3DBA4B
RGB
CMYK
RGB Variations
Color information
#3DBA4B (or 0x3DBA4B) is known color: Fruit Salad. HEX triplet: 3D, BA and 4B. RGB value is (61,186,75). Sum of RGB (Red+Green+Blue) = 61+186+75=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA4B is #C245B4. Grayscale: #888888. Windows color (decimal): -12731829 or 4962877. OLE color: 4962877.
HSL color Cylindrical-coordinate representation of color #3DBA4B: hue angle of 126.72º 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 #3DBA4B is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 75 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.27 |
| HSL | 126.72º | 0.51% | 0.48% | - |
| HSV(B) | 126.72º | 0.67% | 0.73% | - |
| XYZ | 20.75 | 36.62 | 12.63 | - |
| YUV | 135.97 | 93.59 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 75 | 0.67 | 0 | 0.60 | 0.27 | 126.72 | 0.51 | 0.48 |
| Hex | 3D | BA | 4B | 43 | 0 | 3C | 1B | 7F | 33 | 30 |
| Octal | 75 | 272 | 113 | 103 | 0 | 74 | 33 | 177 | 63 | 60 |
| Binary | 111101 | 10111010 | 1001011 | 1000011 | 0 | 111100 | 11011 | 1111111 | 110011 | 110000 |
Color Harmonies of #3DBA4B
Complementary color
Monochromatic Colors of #3DBA4B
Black with #3DBA4B
Text Example
Text Example
White with #3DBA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA4B; }
p { color: rgb(61,186,75); }
H1.HeaderClassName
{
color: #3DBA4B;
}
.AnyTagClassName
{
color: #3DBA4B;
}
</style>
background-color css
<style>
a { background-color: #3DBA4B; }
a { background-color: rgb(61,186,75); }
div.DivClassName
{
background-color: #3DBA4B;
}
.BgClassName
{
background-color: #3DBA4B;
}
</style>
border-color css
<style>
span { border-color: #3DBA4B; }
span { border-color: rgb(61,186,75); }
td.TdClassName
{
border-color: #3DBA4B;
}
.TagClassName
{
border-color: #3DBA4B;
}
</style>