Shades of Fruit Salad #3FAA38
Tints of Fruit Salad #3FAA38
RGB
CMYK
RGB Variations
Color information
#3FAA38 (or 0x3FAA38) is known color: Fruit Salad. HEX triplet: 3F, AA and 38. RGB value is (63,170,56). Sum of RGB (Red+Green+Blue) = 63+170+56=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAA38 is #C055C7. Grayscale: #7D7D7D. Windows color (decimal): -12604872 or 3713599. OLE color: 3713599.
HSL color Cylindrical-coordinate representation of color #3FAA38: hue angle of 116.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FAA38 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 56 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.33 |
| HSL | 116.32º | 0.5% | 0.44% | - |
| HSV(B) | 116.32º | 0.67% | 0.67% | - |
| XYZ | 17.14 | 30.09 | 8.65 | - |
| YUV | 125.01 | 89.05 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 56 | 0.63 | 0 | 0.67 | 0.33 | 116.32 | 0.5 | 0.44 |
| Hex | 3F | AA | 38 | 3F | 0 | 43 | 21 | 74 | 32 | 2C |
| Octal | 77 | 252 | 70 | 77 | 0 | 103 | 41 | 164 | 62 | 54 |
| Binary | 111111 | 10101010 | 111000 | 111111 | 0 | 1000011 | 100001 | 1110100 | 110010 | 101100 |
Color Harmonies of #3FAA38
Complementary color
Monochromatic Colors of #3FAA38
Black with #3FAA38
Text Example
Text Example
White with #3FAA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAA38; }
p { color: rgb(63,170,56); }
H1.HeaderClassName
{
color: #3FAA38;
}
.AnyTagClassName
{
color: #3FAA38;
}
</style>
background-color css
<style>
a { background-color: #3FAA38; }
a { background-color: rgb(63,170,56); }
div.DivClassName
{
background-color: #3FAA38;
}
.BgClassName
{
background-color: #3FAA38;
}
</style>
border-color css
<style>
span { border-color: #3FAA38; }
span { border-color: rgb(63,170,56); }
td.TdClassName
{
border-color: #3FAA38;
}
.TagClassName
{
border-color: #3FAA38;
}
</style>