Shades of Fruit Salad #42B43C
Tints of Fruit Salad #42B43C
RGB
CMYK
RGB Variations
Color information
#42B43C (or 0x42B43C) is known color: Fruit Salad. HEX triplet: 42, B4 and 3C. RGB value is (66,180,60). Sum of RGB (Red+Green+Blue) = 66+180+60=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #42B43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B43C is #BD4BC3. Grayscale: #848484. Windows color (decimal): -12405700 or 3978306. OLE color: 3978306.
HSL color Cylindrical-coordinate representation of color #42B43C: hue angle of 117º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42B43C is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 60 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.29 |
| HSL | 117º | 0.5% | 0.47% | - |
| HSV(B) | 117º | 0.67% | 0.71% | - |
| XYZ | 19.38 | 34.13 | 9.84 | - |
| YUV | 132.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 60 | 0.63 | 0 | 0.67 | 0.29 | 117 | 0.5 | 0.47 |
| Hex | 42 | B4 | 3C | 3F | 0 | 43 | 1D | 75 | 32 | 2F |
| Octal | 102 | 264 | 74 | 77 | 0 | 103 | 35 | 165 | 62 | 57 |
| Binary | 1000010 | 10110100 | 111100 | 111111 | 0 | 1000011 | 11101 | 1110101 | 110010 | 101111 |
Color Harmonies of #42B43C
Complementary color
Monochromatic Colors of #42B43C
Black with #42B43C
Text Example
Text Example
White with #42B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B43C; }
p { color: rgb(66,180,60); }
H1.HeaderClassName
{
color: #42B43C;
}
.AnyTagClassName
{
color: #42B43C;
}
</style>
background-color css
<style>
a { background-color: #42B43C; }
a { background-color: rgb(66,180,60); }
div.DivClassName
{
background-color: #42B43C;
}
.BgClassName
{
background-color: #42B43C;
}
</style>
border-color css
<style>
span { border-color: #42B43C; }
span { border-color: rgb(66,180,60); }
td.TdClassName
{
border-color: #42B43C;
}
.TagClassName
{
border-color: #42B43C;
}
</style>