Shades of Fruit Salad #42BD47
Tints of Fruit Salad #42BD47
RGB
CMYK
RGB Variations
Color information
#42BD47 (or 0x42BD47) is known color: Fruit Salad. HEX triplet: 42, BD and 47. RGB value is (66,189,71). Sum of RGB (Red+Green+Blue) = 66+189+71=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD47 is #BD42B8. Grayscale: #8B8B8B. Windows color (decimal): -12403385 or 4701506. OLE color: 4701506.
HSL color Cylindrical-coordinate representation of color #42BD47: hue angle of 122.44º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BD47 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 71 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.26 |
| HSL | 122.44º | 0.48% | 0.5% | - |
| HSV(B) | 122.44º | 0.65% | 0.74% | - |
| XYZ | 21.58 | 38.01 | 12.16 | - |
| YUV | 138.77 | 89.75 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 71 | 0.65 | 0 | 0.62 | 0.26 | 122.44 | 0.48 | 0.5 |
| Hex | 42 | BD | 47 | 41 | 0 | 3E | 1A | 7A | 30 | 32 |
| Octal | 102 | 275 | 107 | 101 | 0 | 76 | 32 | 172 | 60 | 62 |
| Binary | 1000010 | 10111101 | 1000111 | 1000001 | 0 | 111110 | 11010 | 1111010 | 110000 | 110010 |
Color Harmonies of #42BD47
Complementary color
Monochromatic Colors of #42BD47
Black with #42BD47
Text Example
Text Example
White with #42BD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD47; }
p { color: rgb(66,189,71); }
H1.HeaderClassName
{
color: #42BD47;
}
.AnyTagClassName
{
color: #42BD47;
}
</style>
background-color css
<style>
a { background-color: #42BD47; }
a { background-color: rgb(66,189,71); }
div.DivClassName
{
background-color: #42BD47;
}
.BgClassName
{
background-color: #42BD47;
}
</style>
border-color css
<style>
span { border-color: #42BD47; }
span { border-color: rgb(66,189,71); }
td.TdClassName
{
border-color: #42BD47;
}
.TagClassName
{
border-color: #42BD47;
}
</style>