Shades of Fruit Salad #38AD40
Tints of Fruit Salad #38AD40
RGB
CMYK
RGB Variations
Color information
#38AD40 (or 0x38AD40) is known color: Fruit Salad. HEX triplet: 38, AD and 40. RGB value is (56,173,64). Sum of RGB (Red+Green+Blue) = 56+173+64=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AD40 is #C752BF. Grayscale: #7D7D7D. Windows color (decimal): -13062848 or 4238648. OLE color: 4238648.
HSL color Cylindrical-coordinate representation of color #38AD40: hue angle of 124.1º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AD40 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 173 | 64 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.32 |
| HSL | 124.1º | 0.51% | 0.45% | - |
| HSV(B) | 124.1º | 0.68% | 0.68% | - |
| XYZ | 17.5 | 31.1 | 9.93 | - |
| YUV | 125.59 | 93.24 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 64 | 0.68 | 0 | 0.63 | 0.32 | 124.1 | 0.51 | 0.45 |
| Hex | 38 | AD | 40 | 44 | 0 | 3F | 20 | 7C | 33 | 2D |
| Octal | 70 | 255 | 100 | 104 | 0 | 77 | 40 | 174 | 63 | 55 |
| Binary | 111000 | 10101101 | 1000000 | 1000100 | 0 | 111111 | 100000 | 1111100 | 110011 | 101101 |
Color Harmonies of #38AD40
Complementary color
Monochromatic Colors of #38AD40
Black with #38AD40
Text Example
Text Example
White with #38AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AD40; }
p { color: rgb(56,173,64); }
H1.HeaderClassName
{
color: #38AD40;
}
.AnyTagClassName
{
color: #38AD40;
}
</style>
background-color css
<style>
a { background-color: #38AD40; }
a { background-color: rgb(56,173,64); }
div.DivClassName
{
background-color: #38AD40;
}
.BgClassName
{
background-color: #38AD40;
}
</style>
border-color css
<style>
span { border-color: #38AD40; }
span { border-color: rgb(56,173,64); }
td.TdClassName
{
border-color: #38AD40;
}
.TagClassName
{
border-color: #38AD40;
}
</style>