Shades of Fruit Salad #42B844
Tints of Fruit Salad #42B844
RGB
CMYK
RGB Variations
Color information
#42B844 (or 0x42B844) is known color: Fruit Salad. HEX triplet: 42, B8 and 44. RGB value is (66,184,68). Sum of RGB (Red+Green+Blue) = 66+184+68=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 184 (72.27% from 255 or 57.86% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 184 - color contains mainly: green. Hex color #42B844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B844 is #BD47BB. Grayscale: #878787. Windows color (decimal): -12404668 or 4503618. OLE color: 4503618.
HSL color Cylindrical-coordinate representation of color #42B844: hue angle of 121.02º 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 #42B844 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 184 | 68 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.28 |
| HSL | 121.02º | 0.47% | 0.49% | - |
| HSV(B) | 121.02º | 0.64% | 0.72% | - |
| XYZ | 20.43 | 35.86 | 11.31 | - |
| YUV | 135.49 | 89.91 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 68 | 0.64 | 0 | 0.63 | 0.28 | 121.02 | 0.47 | 0.49 |
| Hex | 42 | B8 | 44 | 40 | 0 | 3F | 1C | 79 | 2F | 31 |
| Octal | 102 | 270 | 104 | 100 | 0 | 77 | 34 | 171 | 57 | 61 |
| Binary | 1000010 | 10111000 | 1000100 | 1000000 | 0 | 111111 | 11100 | 1111001 | 101111 | 110001 |
Color Harmonies of #42B844
Complementary color
Monochromatic Colors of #42B844
Black with #42B844
Text Example
Text Example
White with #42B844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B844; }
p { color: rgb(66,184,68); }
H1.HeaderClassName
{
color: #42B844;
}
.AnyTagClassName
{
color: #42B844;
}
</style>
background-color css
<style>
a { background-color: #42B844; }
a { background-color: rgb(66,184,68); }
div.DivClassName
{
background-color: #42B844;
}
.BgClassName
{
background-color: #42B844;
}
</style>
border-color css
<style>
span { border-color: #42B844; }
span { border-color: rgb(66,184,68); }
td.TdClassName
{
border-color: #42B844;
}
.TagClassName
{
border-color: #42B844;
}
</style>