Shades of Fruit Salad #42BD54
Tints of Fruit Salad #42BD54
RGB
CMYK
RGB Variations
Color information
#42BD54 (or 0x42BD54) is known color: Fruit Salad. HEX triplet: 42, BD and 54. RGB value is (66,189,84). Sum of RGB (Red+Green+Blue) = 66+189+84=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BD54 is #BD42AB. Grayscale: #8C8C8C. Windows color (decimal): -12403372 or 5553474. OLE color: 5553474.
HSL color Cylindrical-coordinate representation of color #42BD54: hue angle of 128.78º 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 #42BD54 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 84 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.26 |
| HSL | 128.78º | 0.48% | 0.5% | - |
| HSV(B) | 128.78º | 0.65% | 0.74% | - |
| XYZ | 22.04 | 38.19 | 14.6 | - |
| YUV | 140.25 | 96.25 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 84 | 0.65 | 0 | 0.56 | 0.26 | 128.78 | 0.48 | 0.5 |
| Hex | 42 | BD | 54 | 41 | 0 | 38 | 1A | 81 | 30 | 32 |
| Octal | 102 | 275 | 124 | 101 | 0 | 70 | 32 | 201 | 60 | 62 |
| Binary | 1000010 | 10111101 | 1010100 | 1000001 | 0 | 111000 | 11010 | 10000001 | 110000 | 110010 |
Color Harmonies of #42BD54
Complementary color
Monochromatic Colors of #42BD54
Black with #42BD54
Text Example
Text Example
White with #42BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD54; }
p { color: rgb(66,189,84); }
H1.HeaderClassName
{
color: #42BD54;
}
.AnyTagClassName
{
color: #42BD54;
}
</style>
background-color css
<style>
a { background-color: #42BD54; }
a { background-color: rgb(66,189,84); }
div.DivClassName
{
background-color: #42BD54;
}
.BgClassName
{
background-color: #42BD54;
}
</style>
border-color css
<style>
span { border-color: #42BD54; }
span { border-color: rgb(66,189,84); }
td.TdClassName
{
border-color: #42BD54;
}
.TagClassName
{
border-color: #42BD54;
}
</style>