Shades of Fruit Salad #3AC051
Tints of Fruit Salad #3AC051
RGB
CMYK
RGB Variations
Color information
#3AC051 (or 0x3AC051) is known color: Fruit Salad. HEX triplet: 3A, C0 and 51. RGB value is (58,192,81). Sum of RGB (Red+Green+Blue) = 58+192+81=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC051 is #C53FAE. Grayscale: #8B8B8B. Windows color (decimal): -12926895 or 5357626. OLE color: 5357626.
HSL color Cylindrical-coordinate representation of color #3AC051: hue angle of 130.3º 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 #3AC051 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 81 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.25 |
| HSL | 130.3º | 0.54% | 0.49% | - |
| HSV(B) | 130.3º | 0.7% | 0.75% | - |
| XYZ | 22.08 | 39.19 | 14.19 | - |
| YUV | 139.28 | 95.11 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 81 | 0.70 | 0 | 0.58 | 0.25 | 130.3 | 0.54 | 0.49 |
| Hex | 3A | C0 | 51 | 46 | 0 | 3A | 19 | 82 | 36 | 31 |
| Octal | 72 | 300 | 121 | 106 | 0 | 72 | 31 | 202 | 66 | 61 |
| Binary | 111010 | 11000000 | 1010001 | 1000110 | 0 | 111010 | 11001 | 10000010 | 110110 | 110001 |
Color Harmonies of #3AC051
Complementary color
Monochromatic Colors of #3AC051
Black with #3AC051
Text Example
Text Example
White with #3AC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC051; }
p { color: rgb(58,192,81); }
H1.HeaderClassName
{
color: #3AC051;
}
.AnyTagClassName
{
color: #3AC051;
}
</style>
background-color css
<style>
a { background-color: #3AC051; }
a { background-color: rgb(58,192,81); }
div.DivClassName
{
background-color: #3AC051;
}
.BgClassName
{
background-color: #3AC051;
}
</style>
border-color css
<style>
span { border-color: #3AC051; }
span { border-color: rgb(58,192,81); }
td.TdClassName
{
border-color: #3AC051;
}
.TagClassName
{
border-color: #3AC051;
}
</style>