Shades of Fruit Salad #36BA4C
Tints of Fruit Salad #36BA4C
RGB
CMYK
RGB Variations
Color information
#36BA4C (or 0x36BA4C) is known color: Fruit Salad. HEX triplet: 36, BA and 4C. RGB value is (54,186,76). Sum of RGB (Red+Green+Blue) = 54+186+76=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #36BA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BA4C is #C945B3. Grayscale: #868686. Windows color (decimal): -13190580 or 5028406. OLE color: 5028406.
HSL color Cylindrical-coordinate representation of color #36BA4C: hue angle of 130º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BA4C is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 186 | 76 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.27 |
| HSL | 130º | 0.55% | 0.47% | - |
| HSV(B) | 130º | 0.71% | 0.73% | - |
| XYZ | 20.38 | 36.42 | 12.79 | - |
| YUV | 133.99 | 95.27 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 76 | 0.71 | 0 | 0.59 | 0.27 | 130 | 0.55 | 0.47 |
| Hex | 36 | BA | 4C | 47 | 0 | 3B | 1B | 82 | 37 | 2F |
| Octal | 66 | 272 | 114 | 107 | 0 | 73 | 33 | 202 | 67 | 57 |
| Binary | 110110 | 10111010 | 1001100 | 1000111 | 0 | 111011 | 11011 | 10000010 | 110111 | 101111 |
Color Harmonies of #36BA4C
Complementary color
Monochromatic Colors of #36BA4C
Black with #36BA4C
Text Example
Text Example
White with #36BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BA4C; }
p { color: rgb(54,186,76); }
H1.HeaderClassName
{
color: #36BA4C;
}
.AnyTagClassName
{
color: #36BA4C;
}
</style>
background-color css
<style>
a { background-color: #36BA4C; }
a { background-color: rgb(54,186,76); }
div.DivClassName
{
background-color: #36BA4C;
}
.BgClassName
{
background-color: #36BA4C;
}
</style>
border-color css
<style>
span { border-color: #36BA4C; }
span { border-color: rgb(54,186,76); }
td.TdClassName
{
border-color: #36BA4C;
}
.TagClassName
{
border-color: #36BA4C;
}
</style>