Shades of Fruit Salad #3DB24D
Tints of Fruit Salad #3DB24D
RGB
CMYK
RGB Variations
Color information
#3DB24D (or 0x3DB24D) is known color: Fruit Salad. HEX triplet: 3D, B2 and 4D. RGB value is (61,178,77). Sum of RGB (Red+Green+Blue) = 61+178+77=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB24D is #C24DB2. Grayscale: #838383. Windows color (decimal): -12733875 or 5091901. OLE color: 5091901.
HSL color Cylindrical-coordinate representation of color #3DB24D: hue angle of 128.21º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB24D is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 178 | 77 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.30 |
| HSL | 128.21º | 0.49% | 0.47% | - |
| HSV(B) | 128.21º | 0.66% | 0.7% | - |
| XYZ | 19.18 | 33.37 | 12.45 | - |
| YUV | 131.5 | 97.24 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 77 | 0.66 | 0 | 0.57 | 0.30 | 128.21 | 0.49 | 0.47 |
| Hex | 3D | B2 | 4D | 42 | 0 | 39 | 1E | 80 | 31 | 2F |
| Octal | 75 | 262 | 115 | 102 | 0 | 71 | 36 | 200 | 61 | 57 |
| Binary | 111101 | 10110010 | 1001101 | 1000010 | 0 | 111001 | 11110 | 10000000 | 110001 | 101111 |
Color Harmonies of #3DB24D
Complementary color
Monochromatic Colors of #3DB24D
Black with #3DB24D
Text Example
Text Example
White with #3DB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB24D; }
p { color: rgb(61,178,77); }
H1.HeaderClassName
{
color: #3DB24D;
}
.AnyTagClassName
{
color: #3DB24D;
}
</style>
background-color css
<style>
a { background-color: #3DB24D; }
a { background-color: rgb(61,178,77); }
div.DivClassName
{
background-color: #3DB24D;
}
.BgClassName
{
background-color: #3DB24D;
}
</style>
border-color css
<style>
span { border-color: #3DB24D; }
span { border-color: rgb(61,178,77); }
td.TdClassName
{
border-color: #3DB24D;
}
.TagClassName
{
border-color: #3DB24D;
}
</style>