Shades of Fruit Salad #42BD55
Tints of Fruit Salad #42BD55
RGB
CMYK
RGB Variations
Color information
#42BD55 (or 0x42BD55) is known color: Fruit Salad. HEX triplet: 42, BD and 55. RGB value is (66,189,85). Sum of RGB (Red+Green+Blue) = 66+189+85=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BD55 is #BD42AA. Grayscale: #8C8C8C. Windows color (decimal): -12403371 or 5619010. OLE color: 5619010.
HSL color Cylindrical-coordinate representation of color #42BD55: hue angle of 129.27º 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 #42BD55 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 85 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.26 |
| HSL | 129.27º | 0.48% | 0.5% | - |
| HSV(B) | 129.27º | 0.65% | 0.74% | - |
| XYZ | 22.08 | 38.21 | 14.81 | - |
| YUV | 140.37 | 96.75 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 85 | 0.65 | 0 | 0.55 | 0.26 | 129.27 | 0.48 | 0.5 |
| Hex | 42 | BD | 55 | 41 | 0 | 37 | 1A | 81 | 30 | 32 |
| Octal | 102 | 275 | 125 | 101 | 0 | 67 | 32 | 201 | 60 | 62 |
| Binary | 1000010 | 10111101 | 1010101 | 1000001 | 0 | 110111 | 11010 | 10000001 | 110000 | 110010 |
Color Harmonies of #42BD55
Complementary color
Monochromatic Colors of #42BD55
Black with #42BD55
Text Example
Text Example
White with #42BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD55; }
p { color: rgb(66,189,85); }
H1.HeaderClassName
{
color: #42BD55;
}
.AnyTagClassName
{
color: #42BD55;
}
</style>
background-color css
<style>
a { background-color: #42BD55; }
a { background-color: rgb(66,189,85); }
div.DivClassName
{
background-color: #42BD55;
}
.BgClassName
{
background-color: #42BD55;
}
</style>
border-color css
<style>
span { border-color: #42BD55; }
span { border-color: rgb(66,189,85); }
td.TdClassName
{
border-color: #42BD55;
}
.TagClassName
{
border-color: #42BD55;
}
</style>