Shades of Fruit Salad #42AD37
Tints of Fruit Salad #42AD37
RGB
CMYK
RGB Variations
Color information
#42AD37 (or 0x42AD37) is known color: Fruit Salad. HEX triplet: 42, AD and 37. RGB value is (66,173,55). Sum of RGB (Red+Green+Blue) = 66+173+55=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AD37 is #BD52C8. Grayscale: #7F7F7F. Windows color (decimal): -12407497 or 3648834. OLE color: 3648834.
HSL color Cylindrical-coordinate representation of color #42AD37: hue angle of 114.41º degrees, saturation: 0.52, 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 #42AD37 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 55 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.32 |
| HSL | 114.41º | 0.52% | 0.45% | - |
| HSV(B) | 114.41º | 0.68% | 0.68% | - |
| XYZ | 17.88 | 31.32 | 8.72 | - |
| YUV | 127.56 | 87.05 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 55 | 0.62 | 0 | 0.68 | 0.32 | 114.41 | 0.52 | 0.45 |
| Hex | 42 | AD | 37 | 3E | 0 | 44 | 20 | 72 | 34 | 2D |
| Octal | 102 | 255 | 67 | 76 | 0 | 104 | 40 | 162 | 64 | 55 |
| Binary | 1000010 | 10101101 | 110111 | 111110 | 0 | 1000100 | 100000 | 1110010 | 110100 | 101101 |
Color Harmonies of #42AD37
Complementary color
Monochromatic Colors of #42AD37
Black with #42AD37
Text Example
Text Example
White with #42AD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD37; }
p { color: rgb(66,173,55); }
H1.HeaderClassName
{
color: #42AD37;
}
.AnyTagClassName
{
color: #42AD37;
}
</style>
background-color css
<style>
a { background-color: #42AD37; }
a { background-color: rgb(66,173,55); }
div.DivClassName
{
background-color: #42AD37;
}
.BgClassName
{
background-color: #42AD37;
}
</style>
border-color css
<style>
span { border-color: #42AD37; }
span { border-color: rgb(66,173,55); }
td.TdClassName
{
border-color: #42AD37;
}
.TagClassName
{
border-color: #42AD37;
}
</style>