Shades of Fruit Salad #3FB24D
Tints of Fruit Salad #3FB24D
RGB
CMYK
RGB Variations
Color information
#3FB24D (or 0x3FB24D) is known color: Fruit Salad. HEX triplet: 3F, B2 and 4D. RGB value is (63,178,77). Sum of RGB (Red+Green+Blue) = 63+178+77=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB24D is #C04DB2. Grayscale: #848484. Windows color (decimal): -12602803 or 5091903. OLE color: 5091903.
HSL color Cylindrical-coordinate representation of color #3FB24D: hue angle of 127.3º 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 #3FB24D is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 178 | 77 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.30 |
| HSL | 127.3º | 0.48% | 0.47% | - |
| HSV(B) | 127.3º | 0.65% | 0.7% | - |
| XYZ | 19.31 | 33.43 | 12.46 | - |
| YUV | 132.1 | 96.9 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 77 | 0.65 | 0 | 0.57 | 0.30 | 127.3 | 0.48 | 0.47 |
| Hex | 3F | B2 | 4D | 41 | 0 | 39 | 1E | 7F | 30 | 2F |
| Octal | 77 | 262 | 115 | 101 | 0 | 71 | 36 | 177 | 60 | 57 |
| Binary | 111111 | 10110010 | 1001101 | 1000001 | 0 | 111001 | 11110 | 1111111 | 110000 | 101111 |
Color Harmonies of #3FB24D
Complementary color
Monochromatic Colors of #3FB24D
Black with #3FB24D
Text Example
Text Example
White with #3FB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB24D; }
p { color: rgb(63,178,77); }
H1.HeaderClassName
{
color: #3FB24D;
}
.AnyTagClassName
{
color: #3FB24D;
}
</style>
background-color css
<style>
a { background-color: #3FB24D; }
a { background-color: rgb(63,178,77); }
div.DivClassName
{
background-color: #3FB24D;
}
.BgClassName
{
background-color: #3FB24D;
}
</style>
border-color css
<style>
span { border-color: #3FB24D; }
span { border-color: rgb(63,178,77); }
td.TdClassName
{
border-color: #3FB24D;
}
.TagClassName
{
border-color: #3FB24D;
}
</style>