Shades of Fruit Salad #38AC40
Tints of Fruit Salad #38AC40
RGB
CMYK
RGB Variations
Color information
#38AC40 (or 0x38AC40) is known color: Fruit Salad. HEX triplet: 38, AC and 40. RGB value is (56,172,64). Sum of RGB (Red+Green+Blue) = 56+172+64=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AC40 is #C753BF. Grayscale: #7D7D7D. Windows color (decimal): -13063104 or 4238392. OLE color: 4238392.
HSL color Cylindrical-coordinate representation of color #38AC40: hue angle of 124.14º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AC40 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 172 | 64 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.33 |
| HSL | 124.14º | 0.51% | 0.45% | - |
| HSV(B) | 124.14º | 0.67% | 0.67% | - |
| XYZ | 17.31 | 30.72 | 9.87 | - |
| YUV | 125 | 93.57 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 64 | 0.67 | 0 | 0.63 | 0.33 | 124.14 | 0.51 | 0.45 |
| Hex | 38 | AC | 40 | 43 | 0 | 3F | 21 | 7C | 33 | 2D |
| Octal | 70 | 254 | 100 | 103 | 0 | 77 | 41 | 174 | 63 | 55 |
| Binary | 111000 | 10101100 | 1000000 | 1000011 | 0 | 111111 | 100001 | 1111100 | 110011 | 101101 |
Color Harmonies of #38AC40
Complementary color
Monochromatic Colors of #38AC40
Black with #38AC40
Text Example
Text Example
White with #38AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AC40; }
p { color: rgb(56,172,64); }
H1.HeaderClassName
{
color: #38AC40;
}
.AnyTagClassName
{
color: #38AC40;
}
</style>
background-color css
<style>
a { background-color: #38AC40; }
a { background-color: rgb(56,172,64); }
div.DivClassName
{
background-color: #38AC40;
}
.BgClassName
{
background-color: #38AC40;
}
</style>
border-color css
<style>
span { border-color: #38AC40; }
span { border-color: rgb(56,172,64); }
td.TdClassName
{
border-color: #38AC40;
}
.TagClassName
{
border-color: #38AC40;
}
</style>