Shades of Fruit Salad #42B851
Tints of Fruit Salad #42B851
RGB
CMYK
RGB Variations
Color information
#42B851 (or 0x42B851) is known color: Fruit Salad. HEX triplet: 42, B8 and 51. RGB value is (66,184,81). Sum of RGB (Red+Green+Blue) = 66+184+81=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #42B851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B851 is #BD47AE. Grayscale: #898989. Windows color (decimal): -12404655 or 5355586. OLE color: 5355586.
HSL color Cylindrical-coordinate representation of color #42B851: hue angle of 127.63º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B851 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 184 | 81 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.28 |
| HSL | 127.63º | 0.47% | 0.49% | - |
| HSV(B) | 127.63º | 0.64% | 0.72% | - |
| XYZ | 20.87 | 36.03 | 13.64 | - |
| YUV | 136.98 | 96.41 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 81 | 0.64 | 0 | 0.56 | 0.28 | 127.63 | 0.47 | 0.49 |
| Hex | 42 | B8 | 51 | 40 | 0 | 38 | 1C | 80 | 2F | 31 |
| Octal | 102 | 270 | 121 | 100 | 0 | 70 | 34 | 200 | 57 | 61 |
| Binary | 1000010 | 10111000 | 1010001 | 1000000 | 0 | 111000 | 11100 | 10000000 | 101111 | 110001 |
Color Harmonies of #42B851
Complementary color
Monochromatic Colors of #42B851
Black with #42B851
Text Example
Text Example
White with #42B851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B851; }
p { color: rgb(66,184,81); }
H1.HeaderClassName
{
color: #42B851;
}
.AnyTagClassName
{
color: #42B851;
}
</style>
background-color css
<style>
a { background-color: #42B851; }
a { background-color: rgb(66,184,81); }
div.DivClassName
{
background-color: #42B851;
}
.BgClassName
{
background-color: #42B851;
}
</style>
border-color css
<style>
span { border-color: #42B851; }
span { border-color: rgb(66,184,81); }
td.TdClassName
{
border-color: #42B851;
}
.TagClassName
{
border-color: #42B851;
}
</style>