Shades of Fruit Salad #42B649
Tints of Fruit Salad #42B649
RGB
CMYK
RGB Variations
Color information
#42B649 (or 0x42B649) is known color: Fruit Salad. HEX triplet: 42, B6 and 49. RGB value is (66,182,73). Sum of RGB (Red+Green+Blue) = 66+182+73=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 182 (71.48% from 255 or 56.70% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 182 - color contains mainly: green. Hex color #42B649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B649 is #BD49B6. Grayscale: #878787. Windows color (decimal): -12405175 or 4830786. OLE color: 4830786.
HSL color Cylindrical-coordinate representation of color #42B649: hue angle of 123.62º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B649 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 182 | 73 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.29 |
| HSL | 123.62º | 0.47% | 0.49% | - |
| HSV(B) | 123.62º | 0.64% | 0.71% | - |
| XYZ | 20.18 | 35.1 | 12.01 | - |
| YUV | 134.89 | 93.07 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 73 | 0.64 | 0 | 0.60 | 0.29 | 123.62 | 0.47 | 0.49 |
| Hex | 42 | B6 | 49 | 40 | 0 | 3C | 1D | 7C | 2F | 31 |
| Octal | 102 | 266 | 111 | 100 | 0 | 74 | 35 | 174 | 57 | 61 |
| Binary | 1000010 | 10110110 | 1001001 | 1000000 | 0 | 111100 | 11101 | 1111100 | 101111 | 110001 |
Color Harmonies of #42B649
Complementary color
Monochromatic Colors of #42B649
Black with #42B649
Text Example
Text Example
White with #42B649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B649; }
p { color: rgb(66,182,73); }
H1.HeaderClassName
{
color: #42B649;
}
.AnyTagClassName
{
color: #42B649;
}
</style>
background-color css
<style>
a { background-color: #42B649; }
a { background-color: rgb(66,182,73); }
div.DivClassName
{
background-color: #42B649;
}
.BgClassName
{
background-color: #42B649;
}
</style>
border-color css
<style>
span { border-color: #42B649; }
span { border-color: rgb(66,182,73); }
td.TdClassName
{
border-color: #42B649;
}
.TagClassName
{
border-color: #42B649;
}
</style>