Shades of Fruit Salad #42A938
Tints of Fruit Salad #42A938
RGB
CMYK
RGB Variations
Color information
#42A938 (or 0x42A938) is known color: Fruit Salad. HEX triplet: 42, A9 and 38. RGB value is (66,169,56). Sum of RGB (Red+Green+Blue) = 66+169+56=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 169 (66.41% from 255 or 58.08% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 169 - color contains mainly: green. Hex color #42A938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A938 is #BD56C7. Grayscale: #7D7D7D. Windows color (decimal): -12408520 or 3713346. OLE color: 3713346.
HSL color Cylindrical-coordinate representation of color #42A938: hue angle of 114.69º 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 #42A938 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 56 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.34 |
| HSL | 114.69º | 0.5% | 0.44% | - |
| HSV(B) | 114.69º | 0.67% | 0.66% | - |
| XYZ | 17.15 | 29.82 | 8.59 | - |
| YUV | 125.32 | 88.88 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 56 | 0.61 | 0 | 0.67 | 0.34 | 114.69 | 0.5 | 0.44 |
| Hex | 42 | A9 | 38 | 3D | 0 | 43 | 22 | 73 | 32 | 2C |
| Octal | 102 | 251 | 70 | 75 | 0 | 103 | 42 | 163 | 62 | 54 |
| Binary | 1000010 | 10101001 | 111000 | 111101 | 0 | 1000011 | 100010 | 1110011 | 110010 | 101100 |
Color Harmonies of #42A938
Complementary color
Monochromatic Colors of #42A938
Black with #42A938
Text Example
Text Example
White with #42A938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A938; }
p { color: rgb(66,169,56); }
H1.HeaderClassName
{
color: #42A938;
}
.AnyTagClassName
{
color: #42A938;
}
</style>
background-color css
<style>
a { background-color: #42A938; }
a { background-color: rgb(66,169,56); }
div.DivClassName
{
background-color: #42A938;
}
.BgClassName
{
background-color: #42A938;
}
</style>
border-color css
<style>
span { border-color: #42A938; }
span { border-color: rgb(66,169,56); }
td.TdClassName
{
border-color: #42A938;
}
.TagClassName
{
border-color: #42A938;
}
</style>