Shades of Fruit Salad #3DB14C
Tints of Fruit Salad #3DB14C
RGB
CMYK
RGB Variations
Color information
#3DB14C (or 0x3DB14C) is known color: Fruit Salad. HEX triplet: 3D, B1 and 4C. RGB value is (61,177,76). Sum of RGB (Red+Green+Blue) = 61+177+76=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB14C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB14C is #C24EB3. Grayscale: #838383. Windows color (decimal): -12734132 or 5026109. OLE color: 5026109.
HSL color Cylindrical-coordinate representation of color #3DB14C: hue angle of 127.76º 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 #3DB14C is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 76 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.31 |
| HSL | 127.76º | 0.49% | 0.47% | - |
| HSV(B) | 127.76º | 0.66% | 0.69% | - |
| XYZ | 18.95 | 32.96 | 12.2 | - |
| YUV | 130.8 | 97.07 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 76 | 0.66 | 0 | 0.57 | 0.31 | 127.76 | 0.49 | 0.47 |
| Hex | 3D | B1 | 4C | 42 | 0 | 39 | 1F | 80 | 31 | 2F |
| Octal | 75 | 261 | 114 | 102 | 0 | 71 | 37 | 200 | 61 | 57 |
| Binary | 111101 | 10110001 | 1001100 | 1000010 | 0 | 111001 | 11111 | 10000000 | 110001 | 101111 |
Color Harmonies of #3DB14C
Complementary color
Monochromatic Colors of #3DB14C
Black with #3DB14C
Text Example
Text Example
White with #3DB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB14C; }
p { color: rgb(61,177,76); }
H1.HeaderClassName
{
color: #3DB14C;
}
.AnyTagClassName
{
color: #3DB14C;
}
</style>
background-color css
<style>
a { background-color: #3DB14C; }
a { background-color: rgb(61,177,76); }
div.DivClassName
{
background-color: #3DB14C;
}
.BgClassName
{
background-color: #3DB14C;
}
</style>
border-color css
<style>
span { border-color: #3DB14C; }
span { border-color: rgb(61,177,76); }
td.TdClassName
{
border-color: #3DB14C;
}
.TagClassName
{
border-color: #3DB14C;
}
</style>