Shades of Fruit Salad #38BB4E
Tints of Fruit Salad #38BB4E
RGB
CMYK
RGB Variations
Color information
#38BB4E (or 0x38BB4E) is known color: Fruit Salad. HEX triplet: 38, BB and 4E. RGB value is (56,187,78). Sum of RGB (Red+Green+Blue) = 56+187+78=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #38BB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BB4E is #C744B1. Grayscale: #878787. Windows color (decimal): -13059250 or 5159736. OLE color: 5159736.
HSL color Cylindrical-coordinate representation of color #38BB4E: hue angle of 130.08º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BB4E is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 187 | 78 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.27 |
| HSL | 130.08º | 0.54% | 0.48% | - |
| HSV(B) | 130.08º | 0.7% | 0.73% | - |
| XYZ | 20.78 | 36.93 | 13.24 | - |
| YUV | 135.41 | 95.6 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 187 | 78 | 0.70 | 0 | 0.58 | 0.27 | 130.08 | 0.54 | 0.48 |
| Hex | 38 | BB | 4E | 46 | 0 | 3A | 1B | 82 | 36 | 30 |
| Octal | 70 | 273 | 116 | 106 | 0 | 72 | 33 | 202 | 66 | 60 |
| Binary | 111000 | 10111011 | 1001110 | 1000110 | 0 | 111010 | 11011 | 10000010 | 110110 | 110000 |
Color Harmonies of #38BB4E
Complementary color
Monochromatic Colors of #38BB4E
Black with #38BB4E
Text Example
Text Example
White with #38BB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BB4E; }
p { color: rgb(56,187,78); }
H1.HeaderClassName
{
color: #38BB4E;
}
.AnyTagClassName
{
color: #38BB4E;
}
</style>
background-color css
<style>
a { background-color: #38BB4E; }
a { background-color: rgb(56,187,78); }
div.DivClassName
{
background-color: #38BB4E;
}
.BgClassName
{
background-color: #38BB4E;
}
</style>
border-color css
<style>
span { border-color: #38BB4E; }
span { border-color: rgb(56,187,78); }
td.TdClassName
{
border-color: #38BB4E;
}
.TagClassName
{
border-color: #38BB4E;
}
</style>