Shades of Fruit Salad #52C14F
Tints of Fruit Salad #52C14F
RGB
CMYK
RGB Variations
Color information
#52C14F (or 0x52C14F) is known color: Fruit Salad. HEX triplet: 52, C1 and 4F. RGB value is (82,193,79). Sum of RGB (Red+Green+Blue) = 82+193+79=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #52C14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C14F is #AD3EB0. Grayscale: #939393. Windows color (decimal): -11353777 or 5226834. OLE color: 5226834.
HSL color Cylindrical-coordinate representation of color #52C14F: hue angle of 118.42º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C14F is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 79 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.24 |
| HSL | 118.42º | 0.48% | 0.53% | - |
| HSV(B) | 118.42º | 0.59% | 0.76% | - |
| XYZ | 23.96 | 40.5 | 13.95 | - |
| YUV | 146.82 | 89.73 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 79 | 0.58 | 0 | 0.59 | 0.24 | 118.42 | 0.48 | 0.53 |
| Hex | 52 | C1 | 4F | 3A | 0 | 3B | 18 | 76 | 30 | 35 |
| Octal | 122 | 301 | 117 | 72 | 0 | 73 | 30 | 166 | 60 | 65 |
| Binary | 1010010 | 11000001 | 1001111 | 111010 | 0 | 111011 | 11000 | 1110110 | 110000 | 110101 |
Color Harmonies of #52C14F
Complementary color
Monochromatic Colors of #52C14F
Black with #52C14F
Text Example
Text Example
White with #52C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C14F; }
p { color: rgb(82,193,79); }
H1.HeaderClassName
{
color: #52C14F;
}
.AnyTagClassName
{
color: #52C14F;
}
</style>
background-color css
<style>
a { background-color: #52C14F; }
a { background-color: rgb(82,193,79); }
div.DivClassName
{
background-color: #52C14F;
}
.BgClassName
{
background-color: #52C14F;
}
</style>
border-color css
<style>
span { border-color: #52C14F; }
span { border-color: rgb(82,193,79); }
td.TdClassName
{
border-color: #52C14F;
}
.TagClassName
{
border-color: #52C14F;
}
</style>