Shades of Fruit Salad #3AAF41
Tints of Fruit Salad #3AAF41
RGB
CMYK
RGB Variations
Color information
#3AAF41 (or 0x3AAF41) is known color: Fruit Salad. HEX triplet: 3A, AF and 41. RGB value is (58,175,65). Sum of RGB (Red+Green+Blue) = 58+175+65=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAF41 is #C550BE. Grayscale: #7F7F7F. Windows color (decimal): -12931263 or 4304698. OLE color: 4304698.
HSL color Cylindrical-coordinate representation of color #3AAF41: hue angle of 123.59º 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 #3AAF41 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 65 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.31 |
| HSL | 123.59º | 0.5% | 0.46% | - |
| HSV(B) | 123.59º | 0.67% | 0.69% | - |
| XYZ | 18.03 | 31.94 | 10.22 | - |
| YUV | 127.48 | 92.74 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 65 | 0.67 | 0 | 0.63 | 0.31 | 123.59 | 0.5 | 0.46 |
| Hex | 3A | AF | 41 | 43 | 0 | 3F | 1F | 7C | 32 | 2E |
| Octal | 72 | 257 | 101 | 103 | 0 | 77 | 37 | 174 | 62 | 56 |
| Binary | 111010 | 10101111 | 1000001 | 1000011 | 0 | 111111 | 11111 | 1111100 | 110010 | 101110 |
Color Harmonies of #3AAF41
Complementary color
Monochromatic Colors of #3AAF41
Black with #3AAF41
Text Example
Text Example
White with #3AAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF41; }
p { color: rgb(58,175,65); }
H1.HeaderClassName
{
color: #3AAF41;
}
.AnyTagClassName
{
color: #3AAF41;
}
</style>
background-color css
<style>
a { background-color: #3AAF41; }
a { background-color: rgb(58,175,65); }
div.DivClassName
{
background-color: #3AAF41;
}
.BgClassName
{
background-color: #3AAF41;
}
</style>
border-color css
<style>
span { border-color: #3AAF41; }
span { border-color: rgb(58,175,65); }
td.TdClassName
{
border-color: #3AAF41;
}
.TagClassName
{
border-color: #3AAF41;
}
</style>