Shades of Fruit Salad #3FAB45
Tints of Fruit Salad #3FAB45
RGB
CMYK
RGB Variations
Color information
#3FAB45 (or 0x3FAB45) is known color: Fruit Salad. HEX triplet: 3F, AB and 45. RGB value is (63,171,69). Sum of RGB (Red+Green+Blue) = 63+171+69=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAB45 is #C054BA. Grayscale: #7F7F7F. Windows color (decimal): -12604603 or 4565823. OLE color: 4565823.
HSL color Cylindrical-coordinate representation of color #3FAB45: hue angle of 123.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAB45 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 171 | 69 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.33 |
| HSL | 123.33º | 0.46% | 0.46% | - |
| HSV(B) | 123.33º | 0.63% | 0.67% | - |
| XYZ | 17.69 | 30.61 | 10.61 | - |
| YUV | 127.08 | 95.22 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 69 | 0.63 | 0 | 0.60 | 0.33 | 123.33 | 0.46 | 0.46 |
| Hex | 3F | AB | 45 | 3F | 0 | 3C | 21 | 7B | 2E | 2E |
| Octal | 77 | 253 | 105 | 77 | 0 | 74 | 41 | 173 | 56 | 56 |
| Binary | 111111 | 10101011 | 1000101 | 111111 | 0 | 111100 | 100001 | 1111011 | 101110 | 101110 |
Color Harmonies of #3FAB45
Complementary color
Monochromatic Colors of #3FAB45
Black with #3FAB45
Text Example
Text Example
White with #3FAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAB45; }
p { color: rgb(63,171,69); }
H1.HeaderClassName
{
color: #3FAB45;
}
.AnyTagClassName
{
color: #3FAB45;
}
</style>
background-color css
<style>
a { background-color: #3FAB45; }
a { background-color: rgb(63,171,69); }
div.DivClassName
{
background-color: #3FAB45;
}
.BgClassName
{
background-color: #3FAB45;
}
</style>
border-color css
<style>
span { border-color: #3FAB45; }
span { border-color: rgb(63,171,69); }
td.TdClassName
{
border-color: #3FAB45;
}
.TagClassName
{
border-color: #3FAB45;
}
</style>