Shades of Fruit Salad #3FC053
Tints of Fruit Salad #3FC053
RGB
CMYK
RGB Variations
Color information
#3FC053 (or 0x3FC053) is known color: Fruit Salad. HEX triplet: 3F, C0 and 53. RGB value is (63,192,83). Sum of RGB (Red+Green+Blue) = 63+192+83=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC053 is #C03FAC. Grayscale: #8D8D8D. Windows color (decimal): -12599213 or 5488703. OLE color: 5488703.
HSL color Cylindrical-coordinate representation of color #3FC053: hue angle of 129.3º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC053 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 83 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.25 |
| HSL | 129.3º | 0.51% | 0.5% | - |
| HSV(B) | 129.3º | 0.67% | 0.75% | - |
| XYZ | 22.46 | 39.38 | 14.6 | - |
| YUV | 141 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 83 | 0.67 | 0 | 0.57 | 0.25 | 129.3 | 0.51 | 0.5 |
| Hex | 3F | C0 | 53 | 43 | 0 | 39 | 19 | 81 | 33 | 32 |
| Octal | 77 | 300 | 123 | 103 | 0 | 71 | 31 | 201 | 63 | 62 |
| Binary | 111111 | 11000000 | 1010011 | 1000011 | 0 | 111001 | 11001 | 10000001 | 110011 | 110010 |
Color Harmonies of #3FC053
Complementary color
Monochromatic Colors of #3FC053
Black with #3FC053
Text Example
Text Example
White with #3FC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC053; }
p { color: rgb(63,192,83); }
H1.HeaderClassName
{
color: #3FC053;
}
.AnyTagClassName
{
color: #3FC053;
}
</style>
background-color css
<style>
a { background-color: #3FC053; }
a { background-color: rgb(63,192,83); }
div.DivClassName
{
background-color: #3FC053;
}
.BgClassName
{
background-color: #3FC053;
}
</style>
border-color css
<style>
span { border-color: #3FC053; }
span { border-color: rgb(63,192,83); }
td.TdClassName
{
border-color: #3FC053;
}
.TagClassName
{
border-color: #3FC053;
}
</style>