Shades of Fruit Salad #53B24E
Tints of Fruit Salad #53B24E
RGB
CMYK
RGB Variations
Color information
#53B24E (or 0x53B24E) is known color: Fruit Salad. HEX triplet: 53, B2 and 4E. RGB value is (83,178,78). Sum of RGB (Red+Green+Blue) = 83+178+78=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #53B24E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B24E is #AC4DB1. Grayscale: #8A8A8A. Windows color (decimal): -11292082 or 5157459. OLE color: 5157459.
HSL color Cylindrical-coordinate representation of color #53B24E: hue angle of 117º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53B24E is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 178 | 78 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.30 |
| HSL | 117º | 0.39% | 0.5% | - |
| HSV(B) | 117º | 0.56% | 0.7% | - |
| XYZ | 20.86 | 34.23 | 12.72 | - |
| YUV | 138.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 178 | 78 | 0.53 | 0 | 0.56 | 0.30 | 117 | 0.39 | 0.5 |
| Hex | 53 | B2 | 4E | 35 | 0 | 38 | 1E | 75 | 27 | 32 |
| Octal | 123 | 262 | 116 | 65 | 0 | 70 | 36 | 165 | 47 | 62 |
| Binary | 1010011 | 10110010 | 1001110 | 110101 | 0 | 111000 | 11110 | 1110101 | 100111 | 110010 |
Color Harmonies of #53B24E
Complementary color
Monochromatic Colors of #53B24E
Black with #53B24E
Text Example
Text Example
White with #53B24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B24E; }
p { color: rgb(83,178,78); }
H1.HeaderClassName
{
color: #53B24E;
}
.AnyTagClassName
{
color: #53B24E;
}
</style>
background-color css
<style>
a { background-color: #53B24E; }
a { background-color: rgb(83,178,78); }
div.DivClassName
{
background-color: #53B24E;
}
.BgClassName
{
background-color: #53B24E;
}
</style>
border-color css
<style>
span { border-color: #53B24E; }
span { border-color: rgb(83,178,78); }
td.TdClassName
{
border-color: #53B24E;
}
.TagClassName
{
border-color: #53B24E;
}
</style>