Shades of Fruit Salad #3FAB41
Tints of Fruit Salad #3FAB41
RGB
CMYK
RGB Variations
Color information
#3FAB41 (or 0x3FAB41) is known color: Fruit Salad. HEX triplet: 3F, AB and 41. RGB value is (63,171,65). Sum of RGB (Red+Green+Blue) = 63+171+65=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAB41 is #C054BE. Grayscale: #7E7E7E. Windows color (decimal): -12604607 or 4303679. OLE color: 4303679.
HSL color Cylindrical-coordinate representation of color #3FAB41: hue angle of 121.11º 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 #3FAB41 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 171 | 65 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.33 |
| HSL | 121.11º | 0.46% | 0.46% | - |
| HSV(B) | 121.11º | 0.63% | 0.67% | - |
| XYZ | 17.57 | 30.56 | 9.97 | - |
| YUV | 126.62 | 93.22 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 65 | 0.63 | 0 | 0.62 | 0.33 | 121.11 | 0.46 | 0.46 |
| Hex | 3F | AB | 41 | 3F | 0 | 3E | 21 | 79 | 2E | 2E |
| Octal | 77 | 253 | 101 | 77 | 0 | 76 | 41 | 171 | 56 | 56 |
| Binary | 111111 | 10101011 | 1000001 | 111111 | 0 | 111110 | 100001 | 1111001 | 101110 | 101110 |
Color Harmonies of #3FAB41
Complementary color
Monochromatic Colors of #3FAB41
Black with #3FAB41
Text Example
Text Example
White with #3FAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAB41; }
p { color: rgb(63,171,65); }
H1.HeaderClassName
{
color: #3FAB41;
}
.AnyTagClassName
{
color: #3FAB41;
}
</style>
background-color css
<style>
a { background-color: #3FAB41; }
a { background-color: rgb(63,171,65); }
div.DivClassName
{
background-color: #3FAB41;
}
.BgClassName
{
background-color: #3FAB41;
}
</style>
border-color css
<style>
span { border-color: #3FAB41; }
span { border-color: rgb(63,171,65); }
td.TdClassName
{
border-color: #3FAB41;
}
.TagClassName
{
border-color: #3FAB41;
}
</style>