Shades of Fruit Salad #3FB240
Tints of Fruit Salad #3FB240
RGB
CMYK
RGB Variations
Color information
#3FB240 (or 0x3FB240) is known color: Fruit Salad. HEX triplet: 3F, B2 and 40. RGB value is (63,178,64). Sum of RGB (Red+Green+Blue) = 63+178+64=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 178 (69.92% from 255 or 58.36% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB240 is #C04DBF. Grayscale: #828282. Windows color (decimal): -12602816 or 4239935. OLE color: 4239935.
HSL color Cylindrical-coordinate representation of color #3FB240: hue angle of 120.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB240 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 178 | 64 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.30 |
| HSL | 120.52º | 0.48% | 0.47% | - |
| HSV(B) | 120.52º | 0.65% | 0.7% | - |
| XYZ | 18.9 | 33.27 | 10.28 | - |
| YUV | 130.62 | 90.4 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 64 | 0.65 | 0 | 0.64 | 0.30 | 120.52 | 0.48 | 0.47 |
| Hex | 3F | B2 | 40 | 41 | 0 | 40 | 1E | 79 | 30 | 2F |
| Octal | 77 | 262 | 100 | 101 | 0 | 100 | 36 | 171 | 60 | 57 |
| Binary | 111111 | 10110010 | 1000000 | 1000001 | 0 | 1000000 | 11110 | 1111001 | 110000 | 101111 |
Color Harmonies of #3FB240
Complementary color
Monochromatic Colors of #3FB240
Black with #3FB240
Text Example
Text Example
White with #3FB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB240; }
p { color: rgb(63,178,64); }
H1.HeaderClassName
{
color: #3FB240;
}
.AnyTagClassName
{
color: #3FB240;
}
</style>
background-color css
<style>
a { background-color: #3FB240; }
a { background-color: rgb(63,178,64); }
div.DivClassName
{
background-color: #3FB240;
}
.BgClassName
{
background-color: #3FB240;
}
</style>
border-color css
<style>
span { border-color: #3FB240; }
span { border-color: rgb(63,178,64); }
td.TdClassName
{
border-color: #3FB240;
}
.TagClassName
{
border-color: #3FB240;
}
</style>