Shades of Fruit Salad #53BF53
Tints of Fruit Salad #53BF53
RGB
CMYK
RGB Variations
Color information
#53BF53 (or 0x53BF53) is known color: Fruit Salad. HEX triplet: 53, BF and 53. RGB value is (83,191,83). Sum of RGB (Red+Green+Blue) = 83+191+83=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF53 is #AC40AC. Grayscale: #929292. Windows color (decimal): -11288749 or 5488467. OLE color: 5488467.
HSL color Cylindrical-coordinate representation of color #53BF53: hue angle of 120º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BF53 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 191 | 83 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.25 |
| HSL | 120º | 0.46% | 0.54% | - |
| HSV(B) | 120º | 0.57% | 0.75% | - |
| XYZ | 23.76 | 39.73 | 14.6 | - |
| YUV | 146.4 | 92.22 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 83 | 0.57 | 0 | 0.57 | 0.25 | 120 | 0.46 | 0.54 |
| Hex | 53 | BF | 53 | 39 | 0 | 39 | 19 | 78 | 2E | 36 |
| Octal | 123 | 277 | 123 | 71 | 0 | 71 | 31 | 170 | 56 | 66 |
| Binary | 1010011 | 10111111 | 1010011 | 111001 | 0 | 111001 | 11001 | 1111000 | 101110 | 110110 |
Color Harmonies of #53BF53
Complementary color
Monochromatic Colors of #53BF53
Black with #53BF53
Text Example
Text Example
White with #53BF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BF53; }
p { color: rgb(83,191,83); }
H1.HeaderClassName
{
color: #53BF53;
}
.AnyTagClassName
{
color: #53BF53;
}
</style>
background-color css
<style>
a { background-color: #53BF53; }
a { background-color: rgb(83,191,83); }
div.DivClassName
{
background-color: #53BF53;
}
.BgClassName
{
background-color: #53BF53;
}
</style>
border-color css
<style>
span { border-color: #53BF53; }
span { border-color: rgb(83,191,83); }
td.TdClassName
{
border-color: #53BF53;
}
.TagClassName
{
border-color: #53BF53;
}
</style>