Shades of Fruit Salad #42B054
Tints of Fruit Salad #42B054
RGB
CMYK
RGB Variations
Color information
#42B054 (or 0x42B054) is known color: Fruit Salad. HEX triplet: 42, B0 and 54. RGB value is (66,176,84). Sum of RGB (Red+Green+Blue) = 66+176+84=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 176 (69.14% from 255 or 53.99% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 176 - color contains mainly: green. Hex color #42B054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B054 is #BD4FAB. Grayscale: #848484. Windows color (decimal): -12406700 or 5550146. OLE color: 5550146.
HSL color Cylindrical-coordinate representation of color #42B054: hue angle of 129.82º 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 #42B054 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 176 | 84 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.31 |
| HSL | 129.82º | 0.45% | 0.47% | - |
| HSV(B) | 129.82º | 0.63% | 0.69% | - |
| XYZ | 19.37 | 32.85 | 13.71 | - |
| YUV | 132.62 | 100.56 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 84 | 0.62 | 0 | 0.52 | 0.31 | 129.82 | 0.45 | 0.47 |
| Hex | 42 | B0 | 54 | 3E | 0 | 34 | 1F | 82 | 2D | 2F |
| Octal | 102 | 260 | 124 | 76 | 0 | 64 | 37 | 202 | 55 | 57 |
| Binary | 1000010 | 10110000 | 1010100 | 111110 | 0 | 110100 | 11111 | 10000010 | 101101 | 101111 |
Color Harmonies of #42B054
Complementary color
Monochromatic Colors of #42B054
Black with #42B054
Text Example
Text Example
White with #42B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B054; }
p { color: rgb(66,176,84); }
H1.HeaderClassName
{
color: #42B054;
}
.AnyTagClassName
{
color: #42B054;
}
</style>
background-color css
<style>
a { background-color: #42B054; }
a { background-color: rgb(66,176,84); }
div.DivClassName
{
background-color: #42B054;
}
.BgClassName
{
background-color: #42B054;
}
</style>
border-color css
<style>
span { border-color: #42B054; }
span { border-color: rgb(66,176,84); }
td.TdClassName
{
border-color: #42B054;
}
.TagClassName
{
border-color: #42B054;
}
</style>