Shades of Fruit Salad #42B74E
Tints of Fruit Salad #42B74E
RGB
CMYK
RGB Variations
Color information
#42B74E (or 0x42B74E) is known color: Fruit Salad. HEX triplet: 42, B7 and 4E. RGB value is (66,183,78). Sum of RGB (Red+Green+Blue) = 66+183+78=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #42B74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B74E is #BD48B1. Grayscale: #888888. Windows color (decimal): -12404914 or 5158722. OLE color: 5158722.
HSL color Cylindrical-coordinate representation of color #42B74E: hue angle of 126.15º 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 #42B74E is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 78 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.28 |
| HSL | 126.15º | 0.47% | 0.49% | - |
| HSV(B) | 126.15º | 0.64% | 0.72% | - |
| XYZ | 20.56 | 35.58 | 12.99 | - |
| YUV | 136.05 | 95.24 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 78 | 0.64 | 0 | 0.57 | 0.28 | 126.15 | 0.47 | 0.49 |
| Hex | 42 | B7 | 4E | 40 | 0 | 39 | 1C | 7E | 2F | 31 |
| Octal | 102 | 267 | 116 | 100 | 0 | 71 | 34 | 176 | 57 | 61 |
| Binary | 1000010 | 10110111 | 1001110 | 1000000 | 0 | 111001 | 11100 | 1111110 | 101111 | 110001 |
Color Harmonies of #42B74E
Complementary color
Monochromatic Colors of #42B74E
Black with #42B74E
Text Example
Text Example
White with #42B74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B74E; }
p { color: rgb(66,183,78); }
H1.HeaderClassName
{
color: #42B74E;
}
.AnyTagClassName
{
color: #42B74E;
}
</style>
background-color css
<style>
a { background-color: #42B74E; }
a { background-color: rgb(66,183,78); }
div.DivClassName
{
background-color: #42B74E;
}
.BgClassName
{
background-color: #42B74E;
}
</style>
border-color css
<style>
span { border-color: #42B74E; }
span { border-color: rgb(66,183,78); }
td.TdClassName
{
border-color: #42B74E;
}
.TagClassName
{
border-color: #42B74E;
}
</style>