Shades of Fruit Salad #3DB74B
Tints of Fruit Salad #3DB74B
RGB
CMYK
RGB Variations
Color information
#3DB74B (or 0x3DB74B) is known color: Fruit Salad. HEX triplet: 3D, B7 and 4B. RGB value is (61,183,75). Sum of RGB (Red+Green+Blue) = 61+183+75=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB74B is #C248B4. Grayscale: #868686. Windows color (decimal): -12732597 or 4962109. OLE color: 4962109.
HSL color Cylindrical-coordinate representation of color #3DB74B: hue angle of 126.89º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB74B is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 75 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.28 |
| HSL | 126.89º | 0.5% | 0.48% | - |
| HSV(B) | 126.89º | 0.67% | 0.72% | - |
| XYZ | 20.13 | 35.37 | 12.42 | - |
| YUV | 134.21 | 94.58 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 75 | 0.67 | 0 | 0.59 | 0.28 | 126.89 | 0.5 | 0.48 |
| Hex | 3D | B7 | 4B | 43 | 0 | 3B | 1C | 7F | 32 | 30 |
| Octal | 75 | 267 | 113 | 103 | 0 | 73 | 34 | 177 | 62 | 60 |
| Binary | 111101 | 10110111 | 1001011 | 1000011 | 0 | 111011 | 11100 | 1111111 | 110010 | 110000 |
Color Harmonies of #3DB74B
Complementary color
Monochromatic Colors of #3DB74B
Black with #3DB74B
Text Example
Text Example
White with #3DB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB74B; }
p { color: rgb(61,183,75); }
H1.HeaderClassName
{
color: #3DB74B;
}
.AnyTagClassName
{
color: #3DB74B;
}
</style>
background-color css
<style>
a { background-color: #3DB74B; }
a { background-color: rgb(61,183,75); }
div.DivClassName
{
background-color: #3DB74B;
}
.BgClassName
{
background-color: #3DB74B;
}
</style>
border-color css
<style>
span { border-color: #3DB74B; }
span { border-color: rgb(61,183,75); }
td.TdClassName
{
border-color: #3DB74B;
}
.TagClassName
{
border-color: #3DB74B;
}
</style>