Shades of Fruit Salad #3DB14E
Tints of Fruit Salad #3DB14E
RGB
CMYK
RGB Variations
Color information
#3DB14E (or 0x3DB14E) is known color: Fruit Salad. HEX triplet: 3D, B1 and 4E. RGB value is (61,177,78). Sum of RGB (Red+Green+Blue) = 61+177+78=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB14E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB14E is #C24EB1. Grayscale: #838383. Windows color (decimal): -12734130 or 5157181. OLE color: 5157181.
HSL color Cylindrical-coordinate representation of color #3DB14E: hue angle of 128.79º 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 #3DB14E is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 78 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.31 |
| HSL | 128.79º | 0.49% | 0.47% | - |
| HSV(B) | 128.79º | 0.66% | 0.69% | - |
| XYZ | 19.02 | 32.99 | 12.57 | - |
| YUV | 131.03 | 98.07 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 78 | 0.66 | 0 | 0.56 | 0.31 | 128.79 | 0.49 | 0.47 |
| Hex | 3D | B1 | 4E | 42 | 0 | 38 | 1F | 81 | 31 | 2F |
| Octal | 75 | 261 | 116 | 102 | 0 | 70 | 37 | 201 | 61 | 57 |
| Binary | 111101 | 10110001 | 1001110 | 1000010 | 0 | 111000 | 11111 | 10000001 | 110001 | 101111 |
Color Harmonies of #3DB14E
Complementary color
Monochromatic Colors of #3DB14E
Black with #3DB14E
Text Example
Text Example
White with #3DB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB14E; }
p { color: rgb(61,177,78); }
H1.HeaderClassName
{
color: #3DB14E;
}
.AnyTagClassName
{
color: #3DB14E;
}
</style>
background-color css
<style>
a { background-color: #3DB14E; }
a { background-color: rgb(61,177,78); }
div.DivClassName
{
background-color: #3DB14E;
}
.BgClassName
{
background-color: #3DB14E;
}
</style>
border-color css
<style>
span { border-color: #3DB14E; }
span { border-color: rgb(61,177,78); }
td.TdClassName
{
border-color: #3DB14E;
}
.TagClassName
{
border-color: #3DB14E;
}
</style>