Shades of Fruit Salad #42BD59
Tints of Fruit Salad #42BD59
RGB
CMYK
RGB Variations
Color information
#42BD59 (or 0x42BD59) is known color: Fruit Salad. HEX triplet: 42, BD and 59. RGB value is (66,189,89). Sum of RGB (Red+Green+Blue) = 66+189+89=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BD59 is #BD42A6. Grayscale: #8D8D8D. Windows color (decimal): -12403367 or 5881154. OLE color: 5881154.
HSL color Cylindrical-coordinate representation of color #42BD59: hue angle of 131.22º 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 #42BD59 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 89 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.26 |
| HSL | 131.22º | 0.48% | 0.5% | - |
| HSV(B) | 131.22º | 0.65% | 0.74% | - |
| XYZ | 22.25 | 38.27 | 15.67 | - |
| YUV | 140.82 | 98.75 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 89 | 0.65 | 0 | 0.53 | 0.26 | 131.22 | 0.48 | 0.5 |
| Hex | 42 | BD | 59 | 41 | 0 | 35 | 1A | 83 | 30 | 32 |
| Octal | 102 | 275 | 131 | 101 | 0 | 65 | 32 | 203 | 60 | 62 |
| Binary | 1000010 | 10111101 | 1011001 | 1000001 | 0 | 110101 | 11010 | 10000011 | 110000 | 110010 |
Color Harmonies of #42BD59
Complementary color
Monochromatic Colors of #42BD59
Black with #42BD59
Text Example
Text Example
White with #42BD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD59; }
p { color: rgb(66,189,89); }
H1.HeaderClassName
{
color: #42BD59;
}
.AnyTagClassName
{
color: #42BD59;
}
</style>
background-color css
<style>
a { background-color: #42BD59; }
a { background-color: rgb(66,189,89); }
div.DivClassName
{
background-color: #42BD59;
}
.BgClassName
{
background-color: #42BD59;
}
</style>
border-color css
<style>
span { border-color: #42BD59; }
span { border-color: rgb(66,189,89); }
td.TdClassName
{
border-color: #42BD59;
}
.TagClassName
{
border-color: #42BD59;
}
</style>