Shades of Fruit Salad #42B24E
Tints of Fruit Salad #42B24E
RGB
CMYK
RGB Variations
Color information
#42B24E (or 0x42B24E) is known color: Fruit Salad. HEX triplet: 42, B2 and 4E. RGB value is (66,178,78). Sum of RGB (Red+Green+Blue) = 66+178+78=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #42B24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B24E is #BD4DB1. Grayscale: #858585. Windows color (decimal): -12406194 or 5157442. OLE color: 5157442.
HSL color Cylindrical-coordinate representation of color #42B24E: hue angle of 126.43º 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 #42B24E is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 78 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.30 |
| HSL | 126.43º | 0.46% | 0.48% | - |
| HSV(B) | 126.43º | 0.63% | 0.7% | - |
| XYZ | 19.54 | 33.55 | 12.65 | - |
| YUV | 133.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 78 | 0.63 | 0 | 0.56 | 0.30 | 126.43 | 0.46 | 0.48 |
| Hex | 42 | B2 | 4E | 3F | 0 | 38 | 1E | 7E | 2E | 30 |
| Octal | 102 | 262 | 116 | 77 | 0 | 70 | 36 | 176 | 56 | 60 |
| Binary | 1000010 | 10110010 | 1001110 | 111111 | 0 | 111000 | 11110 | 1111110 | 101110 | 110000 |
Color Harmonies of #42B24E
Complementary color
Monochromatic Colors of #42B24E
Black with #42B24E
Text Example
Text Example
White with #42B24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B24E; }
p { color: rgb(66,178,78); }
H1.HeaderClassName
{
color: #42B24E;
}
.AnyTagClassName
{
color: #42B24E;
}
</style>
background-color css
<style>
a { background-color: #42B24E; }
a { background-color: rgb(66,178,78); }
div.DivClassName
{
background-color: #42B24E;
}
.BgClassName
{
background-color: #42B24E;
}
</style>
border-color css
<style>
span { border-color: #42B24E; }
span { border-color: rgb(66,178,78); }
td.TdClassName
{
border-color: #42B24E;
}
.TagClassName
{
border-color: #42B24E;
}
</style>