Shades of Fruit Salad #42B442
Tints of Fruit Salad #42B442
RGB
CMYK
RGB Variations
Color information
#42B442 (or 0x42B442) is known color: Fruit Salad. HEX triplet: 42, B4 and 42. RGB value is (66,180,66). Sum of RGB (Red+Green+Blue) = 66+180+66=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #42B442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B442 is #BD4BBD. Grayscale: #858585. Windows color (decimal): -12405694 or 4371522. OLE color: 4371522.
HSL color Cylindrical-coordinate representation of color #42B442: hue angle of 120º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B442 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 66 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.29 |
| HSL | 120º | 0.46% | 0.48% | - |
| HSV(B) | 120º | 0.63% | 0.71% | - |
| XYZ | 19.55 | 34.19 | 10.72 | - |
| YUV | 132.92 | 90.23 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 66 | 0.63 | 0 | 0.63 | 0.29 | 120 | 0.46 | 0.48 |
| Hex | 42 | B4 | 42 | 3F | 0 | 3F | 1D | 78 | 2E | 30 |
| Octal | 102 | 264 | 102 | 77 | 0 | 77 | 35 | 170 | 56 | 60 |
| Binary | 1000010 | 10110100 | 1000010 | 111111 | 0 | 111111 | 11101 | 1111000 | 101110 | 110000 |
Color Harmonies of #42B442
Complementary color
Monochromatic Colors of #42B442
Black with #42B442
Text Example
Text Example
White with #42B442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B442; }
p { color: rgb(66,180,66); }
H1.HeaderClassName
{
color: #42B442;
}
.AnyTagClassName
{
color: #42B442;
}
</style>
background-color css
<style>
a { background-color: #42B442; }
a { background-color: rgb(66,180,66); }
div.DivClassName
{
background-color: #42B442;
}
.BgClassName
{
background-color: #42B442;
}
</style>
border-color css
<style>
span { border-color: #42B442; }
span { border-color: rgb(66,180,66); }
td.TdClassName
{
border-color: #42B442;
}
.TagClassName
{
border-color: #42B442;
}
</style>