Shades of Fruit Salad #3DB14D
Tints of Fruit Salad #3DB14D
RGB
CMYK
RGB Variations
Color information
#3DB14D (or 0x3DB14D) is known color: Fruit Salad. HEX triplet: 3D, B1 and 4D. RGB value is (61,177,77). Sum of RGB (Red+Green+Blue) = 61+177+77=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB14D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB14D is #C24EB2. Grayscale: #838383. Windows color (decimal): -12734131 or 5091645. OLE color: 5091645.
HSL color Cylindrical-coordinate representation of color #3DB14D: hue angle of 128.28º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB14D is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 77 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.31 |
| HSL | 128.28º | 0.49% | 0.47% | - |
| HSV(B) | 128.28º | 0.66% | 0.69% | - |
| XYZ | 18.99 | 32.97 | 12.38 | - |
| YUV | 130.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 77 | 0.66 | 0 | 0.56 | 0.31 | 128.28 | 0.49 | 0.47 |
| Hex | 3D | B1 | 4D | 42 | 0 | 38 | 1F | 80 | 31 | 2F |
| Octal | 75 | 261 | 115 | 102 | 0 | 70 | 37 | 200 | 61 | 57 |
| Binary | 111101 | 10110001 | 1001101 | 1000010 | 0 | 111000 | 11111 | 10000000 | 110001 | 101111 |
Color Harmonies of #3DB14D
Complementary color
Monochromatic Colors of #3DB14D
Black with #3DB14D
Text Example
Text Example
White with #3DB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB14D; }
p { color: rgb(61,177,77); }
H1.HeaderClassName
{
color: #3DB14D;
}
.AnyTagClassName
{
color: #3DB14D;
}
</style>
background-color css
<style>
a { background-color: #3DB14D; }
a { background-color: rgb(61,177,77); }
div.DivClassName
{
background-color: #3DB14D;
}
.BgClassName
{
background-color: #3DB14D;
}
</style>
border-color css
<style>
span { border-color: #3DB14D; }
span { border-color: rgb(61,177,77); }
td.TdClassName
{
border-color: #3DB14D;
}
.TagClassName
{
border-color: #3DB14D;
}
</style>