Shades of Fruit Salad #3DB84F
Tints of Fruit Salad #3DB84F
RGB
CMYK
RGB Variations
Color information
#3DB84F (or 0x3DB84F) is known color: Fruit Salad. HEX triplet: 3D, B8 and 4F. RGB value is (61,184,79). Sum of RGB (Red+Green+Blue) = 61+184+79=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB84F is #C247B0. Grayscale: #878787. Windows color (decimal): -12732337 or 5224509. OLE color: 5224509.
HSL color Cylindrical-coordinate representation of color #3DB84F: hue angle of 128.78º 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 #3DB84F is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 184 | 79 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.28 |
| HSL | 128.78º | 0.5% | 0.48% | - |
| HSV(B) | 128.78º | 0.67% | 0.72% | - |
| XYZ | 20.48 | 35.84 | 13.24 | - |
| YUV | 135.25 | 96.25 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 79 | 0.67 | 0 | 0.57 | 0.28 | 128.78 | 0.5 | 0.48 |
| Hex | 3D | B8 | 4F | 43 | 0 | 39 | 1C | 81 | 32 | 30 |
| Octal | 75 | 270 | 117 | 103 | 0 | 71 | 34 | 201 | 62 | 60 |
| Binary | 111101 | 10111000 | 1001111 | 1000011 | 0 | 111001 | 11100 | 10000001 | 110010 | 110000 |
Color Harmonies of #3DB84F
Complementary color
Monochromatic Colors of #3DB84F
Black with #3DB84F
Text Example
Text Example
White with #3DB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB84F; }
p { color: rgb(61,184,79); }
H1.HeaderClassName
{
color: #3DB84F;
}
.AnyTagClassName
{
color: #3DB84F;
}
</style>
background-color css
<style>
a { background-color: #3DB84F; }
a { background-color: rgb(61,184,79); }
div.DivClassName
{
background-color: #3DB84F;
}
.BgClassName
{
background-color: #3DB84F;
}
</style>
border-color css
<style>
span { border-color: #3DB84F; }
span { border-color: rgb(61,184,79); }
td.TdClassName
{
border-color: #3DB84F;
}
.TagClassName
{
border-color: #3DB84F;
}
</style>