Shades of Fruit Salad #3FBB52
Tints of Fruit Salad #3FBB52
RGB
CMYK
RGB Variations
Color information
#3FBB52 (or 0x3FBB52) is known color: Fruit Salad. HEX triplet: 3F, BB and 52. RGB value is (63,187,82). Sum of RGB (Red+Green+Blue) = 63+187+82=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #3FBB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBB52 is #C044AD. Grayscale: #8A8A8A. Windows color (decimal): -12600494 or 5421887. OLE color: 5421887.
HSL color Cylindrical-coordinate representation of color #3FBB52: hue angle of 129.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBB52 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 187 | 82 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.27 |
| HSL | 129.19º | 0.5% | 0.49% | - |
| HSV(B) | 129.19º | 0.66% | 0.73% | - |
| XYZ | 21.34 | 37.21 | 14.04 | - |
| YUV | 137.95 | 96.42 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 82 | 0.66 | 0 | 0.56 | 0.27 | 129.19 | 0.5 | 0.49 |
| Hex | 3F | BB | 52 | 42 | 0 | 38 | 1B | 81 | 32 | 31 |
| Octal | 77 | 273 | 122 | 102 | 0 | 70 | 33 | 201 | 62 | 61 |
| Binary | 111111 | 10111011 | 1010010 | 1000010 | 0 | 111000 | 11011 | 10000001 | 110010 | 110001 |
Color Harmonies of #3FBB52
Complementary color
Monochromatic Colors of #3FBB52
Black with #3FBB52
Text Example
Text Example
White with #3FBB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBB52; }
p { color: rgb(63,187,82); }
H1.HeaderClassName
{
color: #3FBB52;
}
.AnyTagClassName
{
color: #3FBB52;
}
</style>
background-color css
<style>
a { background-color: #3FBB52; }
a { background-color: rgb(63,187,82); }
div.DivClassName
{
background-color: #3FBB52;
}
.BgClassName
{
background-color: #3FBB52;
}
</style>
border-color css
<style>
span { border-color: #3FBB52; }
span { border-color: rgb(63,187,82); }
td.TdClassName
{
border-color: #3FBB52;
}
.TagClassName
{
border-color: #3FBB52;
}
</style>