Shades of Fruit Salad #42C24F
Tints of Fruit Salad #42C24F
RGB
CMYK
RGB Variations
Color information
#42C24F (or 0x42C24F) is known color: Fruit Salad. HEX triplet: 42, C2 and 4F. RGB value is (66,194,79). Sum of RGB (Red+Green+Blue) = 66+194+79=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #42C24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C24F is #BD3DB0. Grayscale: #8E8E8E. Windows color (decimal): -12402097 or 5227074. OLE color: 5227074.
HSL color Cylindrical-coordinate representation of color #42C24F: hue angle of 126.09º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C24F is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 79 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.24 |
| HSL | 126.09º | 0.51% | 0.51% | - |
| HSV(B) | 126.09º | 0.66% | 0.76% | - |
| XYZ | 22.95 | 40.31 | 13.97 | - |
| YUV | 142.62 | 92.09 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 79 | 0.66 | 0 | 0.59 | 0.24 | 126.09 | 0.51 | 0.51 |
| Hex | 42 | C2 | 4F | 42 | 0 | 3B | 18 | 7E | 33 | 33 |
| Octal | 102 | 302 | 117 | 102 | 0 | 73 | 30 | 176 | 63 | 63 |
| Binary | 1000010 | 11000010 | 1001111 | 1000010 | 0 | 111011 | 11000 | 1111110 | 110011 | 110011 |
Color Harmonies of #42C24F
Complementary color
Monochromatic Colors of #42C24F
Black with #42C24F
Text Example
Text Example
White with #42C24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C24F; }
p { color: rgb(66,194,79); }
H1.HeaderClassName
{
color: #42C24F;
}
.AnyTagClassName
{
color: #42C24F;
}
</style>
background-color css
<style>
a { background-color: #42C24F; }
a { background-color: rgb(66,194,79); }
div.DivClassName
{
background-color: #42C24F;
}
.BgClassName
{
background-color: #42C24F;
}
</style>
border-color css
<style>
span { border-color: #42C24F; }
span { border-color: rgb(66,194,79); }
td.TdClassName
{
border-color: #42C24F;
}
.TagClassName
{
border-color: #42C24F;
}
</style>