Shades of Fruit Salad #3FAC36
Tints of Fruit Salad #3FAC36
RGB
CMYK
RGB Variations
Color information
#3FAC36 (or 0x3FAC36) is known color: Fruit Salad. HEX triplet: 3F, AC and 36. RGB value is (63,172,54). Sum of RGB (Red+Green+Blue) = 63+172+54=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 172 (67.58% from 255 or 59.52% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAC36 is #C053C9. Grayscale: #7E7E7E. Windows color (decimal): -12604362 or 3583039. OLE color: 3583039.
HSL color Cylindrical-coordinate representation of color #3FAC36: hue angle of 115.42º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FAC36 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 54 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.33 |
| HSL | 115.42º | 0.52% | 0.44% | - |
| HSV(B) | 115.42º | 0.69% | 0.67% | - |
| XYZ | 17.47 | 30.83 | 8.52 | - |
| YUV | 125.96 | 87.39 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 54 | 0.63 | 0 | 0.69 | 0.33 | 115.42 | 0.52 | 0.44 |
| Hex | 3F | AC | 36 | 3F | 0 | 45 | 21 | 73 | 34 | 2C |
| Octal | 77 | 254 | 66 | 77 | 0 | 105 | 41 | 163 | 64 | 54 |
| Binary | 111111 | 10101100 | 110110 | 111111 | 0 | 1000101 | 100001 | 1110011 | 110100 | 101100 |
Color Harmonies of #3FAC36
Complementary color
Monochromatic Colors of #3FAC36
Black with #3FAC36
Text Example
Text Example
White with #3FAC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC36; }
p { color: rgb(63,172,54); }
H1.HeaderClassName
{
color: #3FAC36;
}
.AnyTagClassName
{
color: #3FAC36;
}
</style>
background-color css
<style>
a { background-color: #3FAC36; }
a { background-color: rgb(63,172,54); }
div.DivClassName
{
background-color: #3FAC36;
}
.BgClassName
{
background-color: #3FAC36;
}
</style>
border-color css
<style>
span { border-color: #3FAC36; }
span { border-color: rgb(63,172,54); }
td.TdClassName
{
border-color: #3FAC36;
}
.TagClassName
{
border-color: #3FAC36;
}
</style>