Shades of Fruit Salad #42AF47
Tints of Fruit Salad #42AF47
RGB
CMYK
RGB Variations
Color information
#42AF47 (or 0x42AF47) is known color: Fruit Salad. HEX triplet: 42, AF and 47. RGB value is (66,175,71). Sum of RGB (Red+Green+Blue) = 66+175+71=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF47 is #BD50B8. Grayscale: #828282. Windows color (decimal): -12406969 or 4697922. OLE color: 4697922.
HSL color Cylindrical-coordinate representation of color #42AF47: hue angle of 122.75º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AF47 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 71 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.31 |
| HSL | 122.75º | 0.45% | 0.47% | - |
| HSV(B) | 122.75º | 0.62% | 0.69% | - |
| XYZ | 18.71 | 32.27 | 11.2 | - |
| YUV | 130.55 | 94.39 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 71 | 0.62 | 0 | 0.59 | 0.31 | 122.75 | 0.45 | 0.47 |
| Hex | 42 | AF | 47 | 3E | 0 | 3B | 1F | 7B | 2D | 2F |
| Octal | 102 | 257 | 107 | 76 | 0 | 73 | 37 | 173 | 55 | 57 |
| Binary | 1000010 | 10101111 | 1000111 | 111110 | 0 | 111011 | 11111 | 1111011 | 101101 | 101111 |
Color Harmonies of #42AF47
Complementary color
Monochromatic Colors of #42AF47
Black with #42AF47
Text Example
Text Example
White with #42AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF47; }
p { color: rgb(66,175,71); }
H1.HeaderClassName
{
color: #42AF47;
}
.AnyTagClassName
{
color: #42AF47;
}
</style>
background-color css
<style>
a { background-color: #42AF47; }
a { background-color: rgb(66,175,71); }
div.DivClassName
{
background-color: #42AF47;
}
.BgClassName
{
background-color: #42AF47;
}
</style>
border-color css
<style>
span { border-color: #42AF47; }
span { border-color: rgb(66,175,71); }
td.TdClassName
{
border-color: #42AF47;
}
.TagClassName
{
border-color: #42AF47;
}
</style>