Shades of Fruit Salad #39C04F
Tints of Fruit Salad #39C04F
RGB
CMYK
RGB Variations
Color information
#39C04F (or 0x39C04F) is known color: Fruit Salad. HEX triplet: 39, C0 and 4F. RGB value is (57,192,79). Sum of RGB (Red+Green+Blue) = 57+192+79=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #39C04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39C04F is #C63FB0. Grayscale: #8B8B8B. Windows color (decimal): -12992433 or 5226553. OLE color: 5226553.
HSL color Cylindrical-coordinate representation of color #39C04F: hue angle of 129.78º 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 #39C04F is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 79 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.25 |
| HSL | 129.78º | 0.54% | 0.49% | - |
| HSV(B) | 129.78º | 0.7% | 0.75% | - |
| XYZ | 21.95 | 39.13 | 13.79 | - |
| YUV | 138.75 | 94.27 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 79 | 0.70 | 0 | 0.59 | 0.25 | 129.78 | 0.54 | 0.49 |
| Hex | 39 | C0 | 4F | 46 | 0 | 3B | 19 | 82 | 36 | 31 |
| Octal | 71 | 300 | 117 | 106 | 0 | 73 | 31 | 202 | 66 | 61 |
| Binary | 111001 | 11000000 | 1001111 | 1000110 | 0 | 111011 | 11001 | 10000010 | 110110 | 110001 |
Color Harmonies of #39C04F
Complementary color
Monochromatic Colors of #39C04F
Black with #39C04F
Text Example
Text Example
White with #39C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C04F; }
p { color: rgb(57,192,79); }
H1.HeaderClassName
{
color: #39C04F;
}
.AnyTagClassName
{
color: #39C04F;
}
</style>
background-color css
<style>
a { background-color: #39C04F; }
a { background-color: rgb(57,192,79); }
div.DivClassName
{
background-color: #39C04F;
}
.BgClassName
{
background-color: #39C04F;
}
</style>
border-color css
<style>
span { border-color: #39C04F; }
span { border-color: rgb(57,192,79); }
td.TdClassName
{
border-color: #39C04F;
}
.TagClassName
{
border-color: #39C04F;
}
</style>