Shades of Fruit Salad #42B555
Tints of Fruit Salad #42B555
RGB
CMYK
RGB Variations
Color information
#42B555 (or 0x42B555) is known color: Fruit Salad. HEX triplet: 42, B5 and 55. RGB value is (66,181,85). Sum of RGB (Red+Green+Blue) = 66+181+85=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #42B555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B555 is #BD4AAA. Grayscale: #878787. Windows color (decimal): -12405419 or 5616962. OLE color: 5616962.
HSL color Cylindrical-coordinate representation of color #42B555: hue angle of 129.91º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B555 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 181 | 85 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.29 |
| HSL | 129.91º | 0.47% | 0.48% | - |
| HSV(B) | 129.91º | 0.64% | 0.71% | - |
| XYZ | 20.41 | 34.86 | 14.25 | - |
| YUV | 135.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 181 | 85 | 0.64 | 0 | 0.53 | 0.29 | 129.91 | 0.47 | 0.48 |
| Hex | 42 | B5 | 55 | 40 | 0 | 35 | 1D | 82 | 2F | 30 |
| Octal | 102 | 265 | 125 | 100 | 0 | 65 | 35 | 202 | 57 | 60 |
| Binary | 1000010 | 10110101 | 1010101 | 1000000 | 0 | 110101 | 11101 | 10000010 | 101111 | 110000 |
Color Harmonies of #42B555
Complementary color
Monochromatic Colors of #42B555
Black with #42B555
Text Example
Text Example
White with #42B555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B555; }
p { color: rgb(66,181,85); }
H1.HeaderClassName
{
color: #42B555;
}
.AnyTagClassName
{
color: #42B555;
}
</style>
background-color css
<style>
a { background-color: #42B555; }
a { background-color: rgb(66,181,85); }
div.DivClassName
{
background-color: #42B555;
}
.BgClassName
{
background-color: #42B555;
}
</style>
border-color css
<style>
span { border-color: #42B555; }
span { border-color: rgb(66,181,85); }
td.TdClassName
{
border-color: #42B555;
}
.TagClassName
{
border-color: #42B555;
}
</style>