Shades of Fruit Salad #3DB03A
Tints of Fruit Salad #3DB03A
RGB
CMYK
RGB Variations
Color information
#3DB03A (or 0x3DB03A) is known color: Fruit Salad. HEX triplet: 3D, B0 and 3A. RGB value is (61,176,58). Sum of RGB (Red+Green+Blue) = 61+176+58=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB03A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB03A is #C24FC5. Grayscale: #808080. Windows color (decimal): -12734406 or 3846205. OLE color: 3846205.
HSL color Cylindrical-coordinate representation of color #3DB03A: hue angle of 118.47º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB03A is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 58 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.31 |
| HSL | 118.47º | 0.5% | 0.46% | - |
| HSV(B) | 118.47º | 0.67% | 0.69% | - |
| XYZ | 18.21 | 32.35 | 9.29 | - |
| YUV | 128.16 | 88.4 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 58 | 0.65 | 0 | 0.67 | 0.31 | 118.47 | 0.5 | 0.46 |
| Hex | 3D | B0 | 3A | 41 | 0 | 43 | 1F | 76 | 32 | 2E |
| Octal | 75 | 260 | 72 | 101 | 0 | 103 | 37 | 166 | 62 | 56 |
| Binary | 111101 | 10110000 | 111010 | 1000001 | 0 | 1000011 | 11111 | 1110110 | 110010 | 101110 |
Color Harmonies of #3DB03A
Complementary color
Monochromatic Colors of #3DB03A
Black with #3DB03A
Text Example
Text Example
White with #3DB03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB03A; }
p { color: rgb(61,176,58); }
H1.HeaderClassName
{
color: #3DB03A;
}
.AnyTagClassName
{
color: #3DB03A;
}
</style>
background-color css
<style>
a { background-color: #3DB03A; }
a { background-color: rgb(61,176,58); }
div.DivClassName
{
background-color: #3DB03A;
}
.BgClassName
{
background-color: #3DB03A;
}
</style>
border-color css
<style>
span { border-color: #3DB03A; }
span { border-color: rgb(61,176,58); }
td.TdClassName
{
border-color: #3DB03A;
}
.TagClassName
{
border-color: #3DB03A;
}
</style>