Shades of Fruit Salad #35A13F
Tints of Fruit Salad #35A13F
RGB
CMYK
RGB Variations
Color information
#35A13F (or 0x35A13F) is known color: Fruit Salad. HEX triplet: 35, A1 and 3F. RGB value is (53,161,63). Sum of RGB (Red+Green+Blue) = 53+161+63=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #35A13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A13F is #CA5EC0. Grayscale: #757575. Windows color (decimal): -13262529 or 4170037. OLE color: 4170037.
HSL color Cylindrical-coordinate representation of color #35A13F: hue angle of 125.56º 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 #35A13F is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 161 | 63 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.37 |
| HSL | 125.56º | 0.5% | 0.42% | - |
| HSV(B) | 125.56º | 0.67% | 0.63% | - |
| XYZ | 15.11 | 26.61 | 9.04 | - |
| YUV | 117.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 161 | 63 | 0.67 | 0 | 0.61 | 0.37 | 125.56 | 0.5 | 0.42 |
| Hex | 35 | A1 | 3F | 43 | 0 | 3D | 25 | 7E | 32 | 2A |
| Octal | 65 | 241 | 77 | 103 | 0 | 75 | 45 | 176 | 62 | 52 |
| Binary | 110101 | 10100001 | 111111 | 1000011 | 0 | 111101 | 100101 | 1111110 | 110010 | 101010 |
Color Harmonies of #35A13F
Complementary color
Monochromatic Colors of #35A13F
Black with #35A13F
Text Example
Text Example
White with #35A13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A13F; }
p { color: rgb(53,161,63); }
H1.HeaderClassName
{
color: #35A13F;
}
.AnyTagClassName
{
color: #35A13F;
}
</style>
background-color css
<style>
a { background-color: #35A13F; }
a { background-color: rgb(53,161,63); }
div.DivClassName
{
background-color: #35A13F;
}
.BgClassName
{
background-color: #35A13F;
}
</style>
border-color css
<style>
span { border-color: #35A13F; }
span { border-color: rgb(53,161,63); }
td.TdClassName
{
border-color: #35A13F;
}
.TagClassName
{
border-color: #35A13F;
}
</style>