Shades of Fruit Salad #52BF4D
Tints of Fruit Salad #52BF4D
RGB
CMYK
RGB Variations
Color information
#52BF4D (or 0x52BF4D) is known color: Fruit Salad. HEX triplet: 52, BF and 4D. RGB value is (82,191,77). Sum of RGB (Red+Green+Blue) = 82+191+77=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BF4D is #AD40B2. Grayscale: #919191. Windows color (decimal): -11354291 or 5095250. OLE color: 5095250.
HSL color Cylindrical-coordinate representation of color #52BF4D: hue angle of 117.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52BF4D is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 77 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.25 |
| HSL | 117.37º | 0.47% | 0.53% | - |
| HSV(B) | 117.37º | 0.6% | 0.75% | - |
| XYZ | 23.45 | 39.59 | 13.43 | - |
| YUV | 145.41 | 89.39 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 77 | 0.57 | 0 | 0.60 | 0.25 | 117.37 | 0.47 | 0.53 |
| Hex | 52 | BF | 4D | 39 | 0 | 3C | 19 | 75 | 2F | 35 |
| Octal | 122 | 277 | 115 | 71 | 0 | 74 | 31 | 165 | 57 | 65 |
| Binary | 1010010 | 10111111 | 1001101 | 111001 | 0 | 111100 | 11001 | 1110101 | 101111 | 110101 |
Color Harmonies of #52BF4D
Complementary color
Monochromatic Colors of #52BF4D
Black with #52BF4D
Text Example
Text Example
White with #52BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BF4D; }
p { color: rgb(82,191,77); }
H1.HeaderClassName
{
color: #52BF4D;
}
.AnyTagClassName
{
color: #52BF4D;
}
</style>
background-color css
<style>
a { background-color: #52BF4D; }
a { background-color: rgb(82,191,77); }
div.DivClassName
{
background-color: #52BF4D;
}
.BgClassName
{
background-color: #52BF4D;
}
</style>
border-color css
<style>
span { border-color: #52BF4D; }
span { border-color: rgb(82,191,77); }
td.TdClassName
{
border-color: #52BF4D;
}
.TagClassName
{
border-color: #52BF4D;
}
</style>