Shades of Fruit Salad #3AC353
Tints of Fruit Salad #3AC353
RGB
CMYK
RGB Variations
Color information
#3AC353 (or 0x3AC353) is known color: Fruit Salad. HEX triplet: 3A, C3 and 53. RGB value is (58,195,83). Sum of RGB (Red+Green+Blue) = 58+195+83=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC353 is #C53CAC. Grayscale: #8D8D8D. Windows color (decimal): -12926125 or 5489466. OLE color: 5489466.
HSL color Cylindrical-coordinate representation of color #3AC353: hue angle of 130.95º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC353 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 83 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.24 |
| HSL | 130.95º | 0.54% | 0.5% | - |
| HSV(B) | 130.95º | 0.7% | 0.76% | - |
| XYZ | 22.82 | 40.55 | 14.81 | - |
| YUV | 141.27 | 95.11 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 83 | 0.70 | 0 | 0.57 | 0.24 | 130.95 | 0.54 | 0.5 |
| Hex | 3A | C3 | 53 | 46 | 0 | 39 | 18 | 83 | 36 | 32 |
| Octal | 72 | 303 | 123 | 106 | 0 | 71 | 30 | 203 | 66 | 62 |
| Binary | 111010 | 11000011 | 1010011 | 1000110 | 0 | 111001 | 11000 | 10000011 | 110110 | 110010 |
Color Harmonies of #3AC353
Complementary color
Monochromatic Colors of #3AC353
Black with #3AC353
Text Example
Text Example
White with #3AC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC353; }
p { color: rgb(58,195,83); }
H1.HeaderClassName
{
color: #3AC353;
}
.AnyTagClassName
{
color: #3AC353;
}
</style>
background-color css
<style>
a { background-color: #3AC353; }
a { background-color: rgb(58,195,83); }
div.DivClassName
{
background-color: #3AC353;
}
.BgClassName
{
background-color: #3AC353;
}
</style>
border-color css
<style>
span { border-color: #3AC353; }
span { border-color: rgb(58,195,83); }
td.TdClassName
{
border-color: #3AC353;
}
.TagClassName
{
border-color: #3AC353;
}
</style>