Shades of Fruit Salad #42C053
Tints of Fruit Salad #42C053
RGB
CMYK
RGB Variations
Color information
#42C053 (or 0x42C053) is known color: Fruit Salad. HEX triplet: 42, C0 and 53. RGB value is (66,192,83). Sum of RGB (Red+Green+Blue) = 66+192+83=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #42C053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C053 is #BD3FAC. Grayscale: #8E8E8E. Windows color (decimal): -12402605 or 5488706. OLE color: 5488706.
HSL color Cylindrical-coordinate representation of color #42C053: hue angle of 128.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C053 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 83 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.25 |
| HSL | 128.1º | 0.5% | 0.51% | - |
| HSV(B) | 128.1º | 0.66% | 0.75% | - |
| XYZ | 22.66 | 39.48 | 14.61 | - |
| YUV | 141.9 | 94.76 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 83 | 0.66 | 0 | 0.57 | 0.25 | 128.1 | 0.5 | 0.51 |
| Hex | 42 | C0 | 53 | 42 | 0 | 39 | 19 | 80 | 32 | 33 |
| Octal | 102 | 300 | 123 | 102 | 0 | 71 | 31 | 200 | 62 | 63 |
| Binary | 1000010 | 11000000 | 1010011 | 1000010 | 0 | 111001 | 11001 | 10000000 | 110010 | 110011 |
Color Harmonies of #42C053
Complementary color
Monochromatic Colors of #42C053
Black with #42C053
Text Example
Text Example
White with #42C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C053; }
p { color: rgb(66,192,83); }
H1.HeaderClassName
{
color: #42C053;
}
.AnyTagClassName
{
color: #42C053;
}
</style>
background-color css
<style>
a { background-color: #42C053; }
a { background-color: rgb(66,192,83); }
div.DivClassName
{
background-color: #42C053;
}
.BgClassName
{
background-color: #42C053;
}
</style>
border-color css
<style>
span { border-color: #42C053; }
span { border-color: rgb(66,192,83); }
td.TdClassName
{
border-color: #42C053;
}
.TagClassName
{
border-color: #42C053;
}
</style>