Shades of Fruit Salad #3AB23F
Tints of Fruit Salad #3AB23F
RGB
CMYK
RGB Variations
Color information
#3AB23F (or 0x3AB23F) is known color: Fruit Salad. HEX triplet: 3A, B2 and 3F. RGB value is (58,178,63). Sum of RGB (Red+Green+Blue) = 58+178+63=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB23F is #C54DC0. Grayscale: #818181. Windows color (decimal): -12930497 or 4174394. OLE color: 4174394.
HSL color Cylindrical-coordinate representation of color #3AB23F: hue angle of 122.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB23F is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 63 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.30 |
| HSL | 122.5º | 0.51% | 0.46% | - |
| HSV(B) | 122.5º | 0.67% | 0.7% | - |
| XYZ | 18.56 | 33.1 | 10.11 | - |
| YUV | 129.01 | 90.74 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 63 | 0.67 | 0 | 0.65 | 0.30 | 122.5 | 0.51 | 0.46 |
| Hex | 3A | B2 | 3F | 43 | 0 | 41 | 1E | 7B | 33 | 2E |
| Octal | 72 | 262 | 77 | 103 | 0 | 101 | 36 | 173 | 63 | 56 |
| Binary | 111010 | 10110010 | 111111 | 1000011 | 0 | 1000001 | 11110 | 1111011 | 110011 | 101110 |
Color Harmonies of #3AB23F
Complementary color
Monochromatic Colors of #3AB23F
Black with #3AB23F
Text Example
Text Example
White with #3AB23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB23F; }
p { color: rgb(58,178,63); }
H1.HeaderClassName
{
color: #3AB23F;
}
.AnyTagClassName
{
color: #3AB23F;
}
</style>
background-color css
<style>
a { background-color: #3AB23F; }
a { background-color: rgb(58,178,63); }
div.DivClassName
{
background-color: #3AB23F;
}
.BgClassName
{
background-color: #3AB23F;
}
</style>
border-color css
<style>
span { border-color: #3AB23F; }
span { border-color: rgb(58,178,63); }
td.TdClassName
{
border-color: #3AB23F;
}
.TagClassName
{
border-color: #3AB23F;
}
</style>