Shades of Fruit Salad #42B34A
Tints of Fruit Salad #42B34A
RGB
CMYK
RGB Variations
Color information
#42B34A (or 0x42B34A) is known color: Fruit Salad. HEX triplet: 42, B3 and 4A. RGB value is (66,179,74). Sum of RGB (Red+Green+Blue) = 66+179+74=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #42B34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B34A is #BD4CB5. Grayscale: #858585. Windows color (decimal): -12405942 or 4895554. OLE color: 4895554.
HSL color Cylindrical-coordinate representation of color #42B34A: hue angle of 124.25º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B34A is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 74 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.30 |
| HSL | 124.25º | 0.46% | 0.48% | - |
| HSV(B) | 124.25º | 0.63% | 0.7% | - |
| XYZ | 19.6 | 33.89 | 11.99 | - |
| YUV | 133.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 74 | 0.63 | 0 | 0.59 | 0.30 | 124.25 | 0.46 | 0.48 |
| Hex | 42 | B3 | 4A | 3F | 0 | 3B | 1E | 7C | 2E | 30 |
| Octal | 102 | 263 | 112 | 77 | 0 | 73 | 36 | 174 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1001010 | 111111 | 0 | 111011 | 11110 | 1111100 | 101110 | 110000 |
Color Harmonies of #42B34A
Complementary color
Monochromatic Colors of #42B34A
Black with #42B34A
Text Example
Text Example
White with #42B34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B34A; }
p { color: rgb(66,179,74); }
H1.HeaderClassName
{
color: #42B34A;
}
.AnyTagClassName
{
color: #42B34A;
}
</style>
background-color css
<style>
a { background-color: #42B34A; }
a { background-color: rgb(66,179,74); }
div.DivClassName
{
background-color: #42B34A;
}
.BgClassName
{
background-color: #42B34A;
}
</style>
border-color css
<style>
span { border-color: #42B34A; }
span { border-color: rgb(66,179,74); }
td.TdClassName
{
border-color: #42B34A;
}
.TagClassName
{
border-color: #42B34A;
}
</style>