Shades of Fruit Salad #3AB13F
Tints of Fruit Salad #3AB13F
RGB
CMYK
RGB Variations
Color information
#3AB13F (or 0x3AB13F) is known color: Fruit Salad. HEX triplet: 3A, B1 and 3F. RGB value is (58,177,63). Sum of RGB (Red+Green+Blue) = 58+177+63=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 177 (69.53% from 255 or 59.40% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB13F is #C54EC0. Grayscale: #808080. Windows color (decimal): -12930753 or 4174138. OLE color: 4174138.
HSL color Cylindrical-coordinate representation of color #3AB13F: hue angle of 122.52º degrees, saturation: 0.51, 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 #3AB13F is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 177 | 63 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.31 |
| HSL | 122.52º | 0.51% | 0.46% | - |
| HSV(B) | 122.52º | 0.67% | 0.69% | - |
| XYZ | 18.36 | 32.7 | 10.05 | - |
| YUV | 128.42 | 91.08 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 63 | 0.67 | 0 | 0.64 | 0.31 | 122.52 | 0.51 | 0.46 |
| Hex | 3A | B1 | 3F | 43 | 0 | 40 | 1F | 7B | 33 | 2E |
| Octal | 72 | 261 | 77 | 103 | 0 | 100 | 37 | 173 | 63 | 56 |
| Binary | 111010 | 10110001 | 111111 | 1000011 | 0 | 1000000 | 11111 | 1111011 | 110011 | 101110 |
Color Harmonies of #3AB13F
Complementary color
Monochromatic Colors of #3AB13F
Black with #3AB13F
Text Example
Text Example
White with #3AB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB13F; }
p { color: rgb(58,177,63); }
H1.HeaderClassName
{
color: #3AB13F;
}
.AnyTagClassName
{
color: #3AB13F;
}
</style>
background-color css
<style>
a { background-color: #3AB13F; }
a { background-color: rgb(58,177,63); }
div.DivClassName
{
background-color: #3AB13F;
}
.BgClassName
{
background-color: #3AB13F;
}
</style>
border-color css
<style>
span { border-color: #3AB13F; }
span { border-color: rgb(58,177,63); }
td.TdClassName
{
border-color: #3AB13F;
}
.TagClassName
{
border-color: #3AB13F;
}
</style>