Shades of Fruit Salad #35A043
Tints of Fruit Salad #35A043
RGB
CMYK
RGB Variations
Color information
#35A043 (or 0x35A043) is known color: Fruit Salad. HEX triplet: 35, A0 and 43. RGB value is (53,160,67). Sum of RGB (Red+Green+Blue) = 53+160+67=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #35A043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A043 is #CA5FBC. Grayscale: #757575. Windows color (decimal): -13262781 or 4431925. OLE color: 4431925.
HSL color Cylindrical-coordinate representation of color #35A043: hue angle of 127.85º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A043 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 160 | 67 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.37 |
| HSL | 127.85º | 0.5% | 0.42% | - |
| HSV(B) | 127.85º | 0.67% | 0.63% | - |
| XYZ | 15.05 | 26.3 | 9.59 | - |
| YUV | 117.41 | 99.55 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 160 | 67 | 0.67 | 0 | 0.58 | 0.37 | 127.85 | 0.5 | 0.42 |
| Hex | 35 | A0 | 43 | 43 | 0 | 3A | 25 | 80 | 32 | 2A |
| Octal | 65 | 240 | 103 | 103 | 0 | 72 | 45 | 200 | 62 | 52 |
| Binary | 110101 | 10100000 | 1000011 | 1000011 | 0 | 111010 | 100101 | 10000000 | 110010 | 101010 |
Color Harmonies of #35A043
Complementary color
Monochromatic Colors of #35A043
Black with #35A043
Text Example
Text Example
White with #35A043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A043; }
p { color: rgb(53,160,67); }
H1.HeaderClassName
{
color: #35A043;
}
.AnyTagClassName
{
color: #35A043;
}
</style>
background-color css
<style>
a { background-color: #35A043; }
a { background-color: rgb(53,160,67); }
div.DivClassName
{
background-color: #35A043;
}
.BgClassName
{
background-color: #35A043;
}
</style>
border-color css
<style>
span { border-color: #35A043; }
span { border-color: rgb(53,160,67); }
td.TdClassName
{
border-color: #35A043;
}
.TagClassName
{
border-color: #35A043;
}
</style>