Shades of Fruit Salad #42AF37
Tints of Fruit Salad #42AF37
RGB
CMYK
RGB Variations
Color information
#42AF37 (or 0x42AF37) is known color: Fruit Salad. HEX triplet: 42, AF and 37. RGB value is (66,175,55). Sum of RGB (Red+Green+Blue) = 66+175+55=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF37 is #BD50C8. Grayscale: #818181. Windows color (decimal): -12406985 or 3649346. OLE color: 3649346.
HSL color Cylindrical-coordinate representation of color #42AF37: hue angle of 114.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42AF37 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 55 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.31 |
| HSL | 114.5º | 0.52% | 0.45% | - |
| HSV(B) | 114.5º | 0.69% | 0.69% | - |
| XYZ | 18.27 | 32.09 | 8.85 | - |
| YUV | 128.73 | 86.39 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 55 | 0.62 | 0 | 0.69 | 0.31 | 114.5 | 0.52 | 0.45 |
| Hex | 42 | AF | 37 | 3E | 0 | 45 | 1F | 72 | 34 | 2D |
| Octal | 102 | 257 | 67 | 76 | 0 | 105 | 37 | 162 | 64 | 55 |
| Binary | 1000010 | 10101111 | 110111 | 111110 | 0 | 1000101 | 11111 | 1110010 | 110100 | 101101 |
Color Harmonies of #42AF37
Complementary color
Monochromatic Colors of #42AF37
Black with #42AF37
Text Example
Text Example
White with #42AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF37; }
p { color: rgb(66,175,55); }
H1.HeaderClassName
{
color: #42AF37;
}
.AnyTagClassName
{
color: #42AF37;
}
</style>
background-color css
<style>
a { background-color: #42AF37; }
a { background-color: rgb(66,175,55); }
div.DivClassName
{
background-color: #42AF37;
}
.BgClassName
{
background-color: #42AF37;
}
</style>
border-color css
<style>
span { border-color: #42AF37; }
span { border-color: rgb(66,175,55); }
td.TdClassName
{
border-color: #42AF37;
}
.TagClassName
{
border-color: #42AF37;
}
</style>