Shades of Fruit Salad #35A939
Tints of Fruit Salad #35A939
RGB
CMYK
RGB Variations
Color information
#35A939 (or 0x35A939) is known color: Fruit Salad. HEX triplet: 35, A9 and 39. RGB value is (53,169,57). Sum of RGB (Red+Green+Blue) = 53+169+57=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 169 (66.41% from 255 or 60.57% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 169 - color contains mainly: green. Hex color #35A939 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A939 is #CA56C6. Grayscale: #797979. Windows color (decimal): -13260487 or 3778869. OLE color: 3778869.
HSL color Cylindrical-coordinate representation of color #35A939: hue angle of 122.07º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A939 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 169 | 57 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.34 |
| HSL | 122.07º | 0.52% | 0.44% | - |
| HSV(B) | 122.07º | 0.69% | 0.66% | - |
| XYZ | 16.39 | 29.43 | 8.69 | - |
| YUV | 121.55 | 91.57 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 169 | 57 | 0.69 | 0 | 0.66 | 0.34 | 122.07 | 0.52 | 0.44 |
| Hex | 35 | A9 | 39 | 45 | 0 | 42 | 22 | 7A | 34 | 2C |
| Octal | 65 | 251 | 71 | 105 | 0 | 102 | 42 | 172 | 64 | 54 |
| Binary | 110101 | 10101001 | 111001 | 1000101 | 0 | 1000010 | 100010 | 1111010 | 110100 | 101100 |
Color Harmonies of #35A939
Complementary color
Monochromatic Colors of #35A939
Black with #35A939
Text Example
Text Example
White with #35A939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A939; }
p { color: rgb(53,169,57); }
H1.HeaderClassName
{
color: #35A939;
}
.AnyTagClassName
{
color: #35A939;
}
</style>
background-color css
<style>
a { background-color: #35A939; }
a { background-color: rgb(53,169,57); }
div.DivClassName
{
background-color: #35A939;
}
.BgClassName
{
background-color: #35A939;
}
</style>
border-color css
<style>
span { border-color: #35A939; }
span { border-color: rgb(53,169,57); }
td.TdClassName
{
border-color: #35A939;
}
.TagClassName
{
border-color: #35A939;
}
</style>