Shades of Fruit Salad #35A845
Tints of Fruit Salad #35A845
RGB
CMYK
RGB Variations
Color information
#35A845 (or 0x35A845) is known color: Fruit Salad. HEX triplet: 35, A8 and 45. RGB value is (53,168,69). Sum of RGB (Red+Green+Blue) = 53+168+69=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #35A845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A845 is #CA57BA. Grayscale: #7A7A7A. Windows color (decimal): -13260731 or 4565045. OLE color: 4565045.
HSL color Cylindrical-coordinate representation of color #35A845: hue angle of 128.35º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A845 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 168 | 69 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.34 |
| HSL | 128.35º | 0.52% | 0.43% | - |
| HSV(B) | 128.35º | 0.68% | 0.66% | - |
| XYZ | 16.55 | 29.19 | 10.39 | - |
| YUV | 122.33 | 97.9 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 168 | 69 | 0.68 | 0 | 0.59 | 0.34 | 128.35 | 0.52 | 0.43 |
| Hex | 35 | A8 | 45 | 44 | 0 | 3B | 22 | 80 | 34 | 2B |
| Octal | 65 | 250 | 105 | 104 | 0 | 73 | 42 | 200 | 64 | 53 |
| Binary | 110101 | 10101000 | 1000101 | 1000100 | 0 | 111011 | 100010 | 10000000 | 110100 | 101011 |
Color Harmonies of #35A845
Complementary color
Monochromatic Colors of #35A845
Black with #35A845
Text Example
Text Example
White with #35A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A845; }
p { color: rgb(53,168,69); }
H1.HeaderClassName
{
color: #35A845;
}
.AnyTagClassName
{
color: #35A845;
}
</style>
background-color css
<style>
a { background-color: #35A845; }
a { background-color: rgb(53,168,69); }
div.DivClassName
{
background-color: #35A845;
}
.BgClassName
{
background-color: #35A845;
}
</style>
border-color css
<style>
span { border-color: #35A845; }
span { border-color: rgb(53,168,69); }
td.TdClassName
{
border-color: #35A845;
}
.TagClassName
{
border-color: #35A845;
}
</style>