Shades of Fruit Salad #3FAE3D
Tints of Fruit Salad #3FAE3D
RGB
CMYK
RGB Variations
Color information
#3FAE3D (or 0x3FAE3D) is known color: Fruit Salad. HEX triplet: 3F, AE and 3D. RGB value is (63,174,61). Sum of RGB (Red+Green+Blue) = 63+174+61=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 174 (68.36% from 255 or 58.39% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAE3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAE3D is #C051C2. Grayscale: #808080. Windows color (decimal): -12603843 or 4042303. OLE color: 4042303.
HSL color Cylindrical-coordinate representation of color #3FAE3D: hue angle of 118.94º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FAE3D is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 174 | 61 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.32 |
| HSL | 118.94º | 0.48% | 0.46% | - |
| HSV(B) | 118.94º | 0.65% | 0.68% | - |
| XYZ | 18.03 | 31.67 | 9.58 | - |
| YUV | 127.93 | 90.23 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 61 | 0.64 | 0 | 0.65 | 0.32 | 118.94 | 0.48 | 0.46 |
| Hex | 3F | AE | 3D | 40 | 0 | 41 | 20 | 77 | 30 | 2E |
| Octal | 77 | 256 | 75 | 100 | 0 | 101 | 40 | 167 | 60 | 56 |
| Binary | 111111 | 10101110 | 111101 | 1000000 | 0 | 1000001 | 100000 | 1110111 | 110000 | 101110 |
Color Harmonies of #3FAE3D
Complementary color
Monochromatic Colors of #3FAE3D
Black with #3FAE3D
Text Example
Text Example
White with #3FAE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAE3D; }
p { color: rgb(63,174,61); }
H1.HeaderClassName
{
color: #3FAE3D;
}
.AnyTagClassName
{
color: #3FAE3D;
}
</style>
background-color css
<style>
a { background-color: #3FAE3D; }
a { background-color: rgb(63,174,61); }
div.DivClassName
{
background-color: #3FAE3D;
}
.BgClassName
{
background-color: #3FAE3D;
}
</style>
border-color css
<style>
span { border-color: #3FAE3D; }
span { border-color: rgb(63,174,61); }
td.TdClassName
{
border-color: #3FAE3D;
}
.TagClassName
{
border-color: #3FAE3D;
}
</style>