Shades of Fruit Salad #3AB03D
Tints of Fruit Salad #3AB03D
RGB
CMYK
RGB Variations
Color information
#3AB03D (or 0x3AB03D) is known color: Fruit Salad. HEX triplet: 3A, B0 and 3D. RGB value is (58,176,61). Sum of RGB (Red+Green+Blue) = 58+176+61=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB03D is #C54FC2. Grayscale: #7F7F7F. Windows color (decimal): -12931011 or 4042810. OLE color: 4042810.
HSL color Cylindrical-coordinate representation of color #3AB03D: hue angle of 121.53º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB03D is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 176 | 61 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.31 |
| HSL | 121.53º | 0.5% | 0.46% | - |
| HSV(B) | 121.53º | 0.67% | 0.69% | - |
| XYZ | 18.11 | 32.29 | 9.69 | - |
| YUV | 127.61 | 90.41 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 176 | 61 | 0.67 | 0 | 0.65 | 0.31 | 121.53 | 0.5 | 0.46 |
| Hex | 3A | B0 | 3D | 43 | 0 | 41 | 1F | 7A | 32 | 2E |
| Octal | 72 | 260 | 75 | 103 | 0 | 101 | 37 | 172 | 62 | 56 |
| Binary | 111010 | 10110000 | 111101 | 1000011 | 0 | 1000001 | 11111 | 1111010 | 110010 | 101110 |
Color Harmonies of #3AB03D
Complementary color
Monochromatic Colors of #3AB03D
Black with #3AB03D
Text Example
Text Example
White with #3AB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB03D; }
p { color: rgb(58,176,61); }
H1.HeaderClassName
{
color: #3AB03D;
}
.AnyTagClassName
{
color: #3AB03D;
}
</style>
background-color css
<style>
a { background-color: #3AB03D; }
a { background-color: rgb(58,176,61); }
div.DivClassName
{
background-color: #3AB03D;
}
.BgClassName
{
background-color: #3AB03D;
}
</style>
border-color css
<style>
span { border-color: #3AB03D; }
span { border-color: rgb(58,176,61); }
td.TdClassName
{
border-color: #3AB03D;
}
.TagClassName
{
border-color: #3AB03D;
}
</style>