Shades of Fruit Salad #3BAE43
Tints of Fruit Salad #3BAE43
RGB
CMYK
RGB Variations
Color information
#3BAE43 (or 0x3BAE43) is known color: Fruit Salad. HEX triplet: 3B, AE and 43. RGB value is (59,174,67). Sum of RGB (Red+Green+Blue) = 59+174+67=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAE43 is #C451BC. Grayscale: #7F7F7F. Windows color (decimal): -12865981 or 4435515. OLE color: 4435515.
HSL color Cylindrical-coordinate representation of color #3BAE43: hue angle of 124.17º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE43 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 67 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.32 |
| HSL | 124.17º | 0.49% | 0.46% | - |
| HSV(B) | 124.17º | 0.66% | 0.68% | - |
| XYZ | 17.95 | 31.61 | 10.46 | - |
| YUV | 127.42 | 93.9 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 67 | 0.66 | 0 | 0.61 | 0.32 | 124.17 | 0.49 | 0.46 |
| Hex | 3B | AE | 43 | 42 | 0 | 3D | 20 | 7C | 31 | 2E |
| Octal | 73 | 256 | 103 | 102 | 0 | 75 | 40 | 174 | 61 | 56 |
| Binary | 111011 | 10101110 | 1000011 | 1000010 | 0 | 111101 | 100000 | 1111100 | 110001 | 101110 |
Color Harmonies of #3BAE43
Complementary color
Monochromatic Colors of #3BAE43
Black with #3BAE43
Text Example
Text Example
White with #3BAE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE43; }
p { color: rgb(59,174,67); }
H1.HeaderClassName
{
color: #3BAE43;
}
.AnyTagClassName
{
color: #3BAE43;
}
</style>
background-color css
<style>
a { background-color: #3BAE43; }
a { background-color: rgb(59,174,67); }
div.DivClassName
{
background-color: #3BAE43;
}
.BgClassName
{
background-color: #3BAE43;
}
</style>
border-color css
<style>
span { border-color: #3BAE43; }
span { border-color: rgb(59,174,67); }
td.TdClassName
{
border-color: #3BAE43;
}
.TagClassName
{
border-color: #3BAE43;
}
</style>