Shades of Fruit Salad #42B74F
Tints of Fruit Salad #42B74F
RGB
CMYK
RGB Variations
Color information
#42B74F (or 0x42B74F) is known color: Fruit Salad. HEX triplet: 42, B7 and 4F. RGB value is (66,183,79). Sum of RGB (Red+Green+Blue) = 66+183+79=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #42B74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B74F is #BD48B0. Grayscale: #888888. Windows color (decimal): -12404913 or 5224258. OLE color: 5224258.
HSL color Cylindrical-coordinate representation of color #42B74F: hue angle of 126.67º 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 #42B74F is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 79 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.28 |
| HSL | 126.67º | 0.47% | 0.49% | - |
| HSV(B) | 126.67º | 0.64% | 0.72% | - |
| XYZ | 20.59 | 35.59 | 13.18 | - |
| YUV | 136.16 | 95.74 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 79 | 0.64 | 0 | 0.57 | 0.28 | 126.67 | 0.47 | 0.49 |
| Hex | 42 | B7 | 4F | 40 | 0 | 39 | 1C | 7F | 2F | 31 |
| Octal | 102 | 267 | 117 | 100 | 0 | 71 | 34 | 177 | 57 | 61 |
| Binary | 1000010 | 10110111 | 1001111 | 1000000 | 0 | 111001 | 11100 | 1111111 | 101111 | 110001 |
Color Harmonies of #42B74F
Complementary color
Monochromatic Colors of #42B74F
Black with #42B74F
Text Example
Text Example
White with #42B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B74F; }
p { color: rgb(66,183,79); }
H1.HeaderClassName
{
color: #42B74F;
}
.AnyTagClassName
{
color: #42B74F;
}
</style>
background-color css
<style>
a { background-color: #42B74F; }
a { background-color: rgb(66,183,79); }
div.DivClassName
{
background-color: #42B74F;
}
.BgClassName
{
background-color: #42B74F;
}
</style>
border-color css
<style>
span { border-color: #42B74F; }
span { border-color: rgb(66,183,79); }
td.TdClassName
{
border-color: #42B74F;
}
.TagClassName
{
border-color: #42B74F;
}
</style>