Shades of Fruit Salad #38A842
Tints of Fruit Salad #38A842
RGB
CMYK
RGB Variations
Color information
#38A842 (or 0x38A842) is known color: Fruit Salad. HEX triplet: 38, A8 and 42. RGB value is (56,168,66). Sum of RGB (Red+Green+Blue) = 56+168+66=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #38A842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A842 is #C757BD. Grayscale: #7B7B7B. Windows color (decimal): -13064126 or 4368440. OLE color: 4368440.
HSL color Cylindrical-coordinate representation of color #38A842: hue angle of 125.36º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A842 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 168 | 66 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.34 |
| HSL | 125.36º | 0.5% | 0.44% | - |
| HSV(B) | 125.36º | 0.67% | 0.66% | - |
| XYZ | 16.62 | 29.24 | 9.92 | - |
| YUV | 122.88 | 95.89 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 66 | 0.67 | 0 | 0.61 | 0.34 | 125.36 | 0.5 | 0.44 |
| Hex | 38 | A8 | 42 | 43 | 0 | 3D | 22 | 7D | 32 | 2C |
| Octal | 70 | 250 | 102 | 103 | 0 | 75 | 42 | 175 | 62 | 54 |
| Binary | 111000 | 10101000 | 1000010 | 1000011 | 0 | 111101 | 100010 | 1111101 | 110010 | 101100 |
Color Harmonies of #38A842
Complementary color
Monochromatic Colors of #38A842
Black with #38A842
Text Example
Text Example
White with #38A842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A842; }
p { color: rgb(56,168,66); }
H1.HeaderClassName
{
color: #38A842;
}
.AnyTagClassName
{
color: #38A842;
}
</style>
background-color css
<style>
a { background-color: #38A842; }
a { background-color: rgb(56,168,66); }
div.DivClassName
{
background-color: #38A842;
}
.BgClassName
{
background-color: #38A842;
}
</style>
border-color css
<style>
span { border-color: #38A842; }
span { border-color: rgb(56,168,66); }
td.TdClassName
{
border-color: #38A842;
}
.TagClassName
{
border-color: #38A842;
}
</style>