Shades of Fruit Salad #3FAF4B
Tints of Fruit Salad #3FAF4B
RGB
CMYK
RGB Variations
Color information
#3FAF4B (or 0x3FAF4B) is known color: Fruit Salad. HEX triplet: 3F, AF and 4B. RGB value is (63,175,75). Sum of RGB (Red+Green+Blue) = 63+175+75=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAF4B is #C050B4. Grayscale: #828282. Windows color (decimal): -12603573 or 4960063. OLE color: 4960063.
HSL color Cylindrical-coordinate representation of color #3FAF4B: hue angle of 126.43º 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 #3FAF4B is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 75 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.31 |
| HSL | 126.43º | 0.47% | 0.47% | - |
| HSV(B) | 126.43º | 0.64% | 0.69% | - |
| XYZ | 18.65 | 32.22 | 11.89 | - |
| YUV | 130.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 75 | 0.64 | 0 | 0.57 | 0.31 | 126.43 | 0.47 | 0.47 |
| Hex | 3F | AF | 4B | 40 | 0 | 39 | 1F | 7E | 2F | 2F |
| Octal | 77 | 257 | 113 | 100 | 0 | 71 | 37 | 176 | 57 | 57 |
| Binary | 111111 | 10101111 | 1001011 | 1000000 | 0 | 111001 | 11111 | 1111110 | 101111 | 101111 |
Color Harmonies of #3FAF4B
Complementary color
Monochromatic Colors of #3FAF4B
Black with #3FAF4B
Text Example
Text Example
White with #3FAF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF4B; }
p { color: rgb(63,175,75); }
H1.HeaderClassName
{
color: #3FAF4B;
}
.AnyTagClassName
{
color: #3FAF4B;
}
</style>
background-color css
<style>
a { background-color: #3FAF4B; }
a { background-color: rgb(63,175,75); }
div.DivClassName
{
background-color: #3FAF4B;
}
.BgClassName
{
background-color: #3FAF4B;
}
</style>
border-color css
<style>
span { border-color: #3FAF4B; }
span { border-color: rgb(63,175,75); }
td.TdClassName
{
border-color: #3FAF4B;
}
.TagClassName
{
border-color: #3FAF4B;
}
</style>