Shades of Fruit Salad #3FAB36
Tints of Fruit Salad #3FAB36
RGB
CMYK
RGB Variations
Color information
#3FAB36 (or 0x3FAB36) is known color: Fruit Salad. HEX triplet: 3F, AB and 36. RGB value is (63,171,54). Sum of RGB (Red+Green+Blue) = 63+171+54=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 171 (67.19% from 255 or 59.38% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAB36 is #C054C9. Grayscale: #7D7D7D. Windows color (decimal): -12604618 or 3582783. OLE color: 3582783.
HSL color Cylindrical-coordinate representation of color #3FAB36: hue angle of 115.38º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FAB36 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 171 | 54 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.33 |
| HSL | 115.38º | 0.52% | 0.44% | - |
| HSV(B) | 115.38º | 0.68% | 0.67% | - |
| XYZ | 17.28 | 30.45 | 8.46 | - |
| YUV | 125.37 | 87.72 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 54 | 0.63 | 0 | 0.68 | 0.33 | 115.38 | 0.52 | 0.44 |
| Hex | 3F | AB | 36 | 3F | 0 | 44 | 21 | 73 | 34 | 2C |
| Octal | 77 | 253 | 66 | 77 | 0 | 104 | 41 | 163 | 64 | 54 |
| Binary | 111111 | 10101011 | 110110 | 111111 | 0 | 1000100 | 100001 | 1110011 | 110100 | 101100 |
Color Harmonies of #3FAB36
Complementary color
Monochromatic Colors of #3FAB36
Black with #3FAB36
Text Example
Text Example
White with #3FAB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAB36; }
p { color: rgb(63,171,54); }
H1.HeaderClassName
{
color: #3FAB36;
}
.AnyTagClassName
{
color: #3FAB36;
}
</style>
background-color css
<style>
a { background-color: #3FAB36; }
a { background-color: rgb(63,171,54); }
div.DivClassName
{
background-color: #3FAB36;
}
.BgClassName
{
background-color: #3FAB36;
}
</style>
border-color css
<style>
span { border-color: #3FAB36; }
span { border-color: rgb(63,171,54); }
td.TdClassName
{
border-color: #3FAB36;
}
.TagClassName
{
border-color: #3FAB36;
}
</style>