Shades of Fruit Salad #3AC04F
Tints of Fruit Salad #3AC04F
RGB
CMYK
RGB Variations
Color information
#3AC04F (or 0x3AC04F) is known color: Fruit Salad. HEX triplet: 3A, C0 and 4F. RGB value is (58,192,79). Sum of RGB (Red+Green+Blue) = 58+192+79=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC04F is #C53FB0. Grayscale: #8B8B8B. Windows color (decimal): -12926897 or 5226554. OLE color: 5226554.
HSL color Cylindrical-coordinate representation of color #3AC04F: hue angle of 129.4º 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 #3AC04F is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 79 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.25 |
| HSL | 129.4º | 0.54% | 0.49% | - |
| HSV(B) | 129.4º | 0.7% | 0.75% | - |
| XYZ | 22.01 | 39.16 | 13.8 | - |
| YUV | 139.05 | 94.11 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 79 | 0.70 | 0 | 0.59 | 0.25 | 129.4 | 0.54 | 0.49 |
| Hex | 3A | C0 | 4F | 46 | 0 | 3B | 19 | 81 | 36 | 31 |
| Octal | 72 | 300 | 117 | 106 | 0 | 73 | 31 | 201 | 66 | 61 |
| Binary | 111010 | 11000000 | 1001111 | 1000110 | 0 | 111011 | 11001 | 10000001 | 110110 | 110001 |
Color Harmonies of #3AC04F
Complementary color
Monochromatic Colors of #3AC04F
Black with #3AC04F
Text Example
Text Example
White with #3AC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC04F; }
p { color: rgb(58,192,79); }
H1.HeaderClassName
{
color: #3AC04F;
}
.AnyTagClassName
{
color: #3AC04F;
}
</style>
background-color css
<style>
a { background-color: #3AC04F; }
a { background-color: rgb(58,192,79); }
div.DivClassName
{
background-color: #3AC04F;
}
.BgClassName
{
background-color: #3AC04F;
}
</style>
border-color css
<style>
span { border-color: #3AC04F; }
span { border-color: rgb(58,192,79); }
td.TdClassName
{
border-color: #3AC04F;
}
.TagClassName
{
border-color: #3AC04F;
}
</style>