Shades of Fruit Salad #3FAF43
Tints of Fruit Salad #3FAF43
RGB
CMYK
RGB Variations
Color information
#3FAF43 (or 0x3FAF43) is known color: Fruit Salad. HEX triplet: 3F, AF and 43. RGB value is (63,175,67). Sum of RGB (Red+Green+Blue) = 63+175+67=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAF43 is #C050BC. Grayscale: #818181. Windows color (decimal): -12603581 or 4435775. OLE color: 4435775.
HSL color Cylindrical-coordinate representation of color #3FAF43: hue angle of 122.14º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF43 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 67 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.31 |
| HSL | 122.14º | 0.47% | 0.47% | - |
| HSV(B) | 122.14º | 0.64% | 0.69% | - |
| XYZ | 18.39 | 32.12 | 10.54 | - |
| YUV | 129.2 | 92.89 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 67 | 0.64 | 0 | 0.62 | 0.31 | 122.14 | 0.47 | 0.47 |
| Hex | 3F | AF | 43 | 40 | 0 | 3E | 1F | 7A | 2F | 2F |
| Octal | 77 | 257 | 103 | 100 | 0 | 76 | 37 | 172 | 57 | 57 |
| Binary | 111111 | 10101111 | 1000011 | 1000000 | 0 | 111110 | 11111 | 1111010 | 101111 | 101111 |
Color Harmonies of #3FAF43
Complementary color
Monochromatic Colors of #3FAF43
Black with #3FAF43
Text Example
Text Example
White with #3FAF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF43; }
p { color: rgb(63,175,67); }
H1.HeaderClassName
{
color: #3FAF43;
}
.AnyTagClassName
{
color: #3FAF43;
}
</style>
background-color css
<style>
a { background-color: #3FAF43; }
a { background-color: rgb(63,175,67); }
div.DivClassName
{
background-color: #3FAF43;
}
.BgClassName
{
background-color: #3FAF43;
}
</style>
border-color css
<style>
span { border-color: #3FAF43; }
span { border-color: rgb(63,175,67); }
td.TdClassName
{
border-color: #3FAF43;
}
.TagClassName
{
border-color: #3FAF43;
}
</style>