Shades of Fruit Salad #39C050
Tints of Fruit Salad #39C050
RGB
CMYK
RGB Variations
Color information
#39C050 (or 0x39C050) is known color: Fruit Salad. HEX triplet: 39, C0 and 50. RGB value is (57,192,80). Sum of RGB (Red+Green+Blue) = 57+192+80=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #39C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39C050 is #C63FAF. Grayscale: #8B8B8B. Windows color (decimal): -12992432 or 5292089. OLE color: 5292089.
HSL color Cylindrical-coordinate representation of color #39C050: hue angle of 130.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C050 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 80 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.25 |
| HSL | 130.22º | 0.54% | 0.49% | - |
| HSV(B) | 130.22º | 0.7% | 0.75% | - |
| XYZ | 21.98 | 39.15 | 13.99 | - |
| YUV | 138.87 | 94.77 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 80 | 0.70 | 0 | 0.58 | 0.25 | 130.22 | 0.54 | 0.49 |
| Hex | 39 | C0 | 50 | 46 | 0 | 3A | 19 | 82 | 36 | 31 |
| Octal | 71 | 300 | 120 | 106 | 0 | 72 | 31 | 202 | 66 | 61 |
| Binary | 111001 | 11000000 | 1010000 | 1000110 | 0 | 111010 | 11001 | 10000010 | 110110 | 110001 |
Color Harmonies of #39C050
Complementary color
Monochromatic Colors of #39C050
Black with #39C050
Text Example
Text Example
White with #39C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C050; }
p { color: rgb(57,192,80); }
H1.HeaderClassName
{
color: #39C050;
}
.AnyTagClassName
{
color: #39C050;
}
</style>
background-color css
<style>
a { background-color: #39C050; }
a { background-color: rgb(57,192,80); }
div.DivClassName
{
background-color: #39C050;
}
.BgClassName
{
background-color: #39C050;
}
</style>
border-color css
<style>
span { border-color: #39C050; }
span { border-color: rgb(57,192,80); }
td.TdClassName
{
border-color: #39C050;
}
.TagClassName
{
border-color: #39C050;
}
</style>