Shades of Fruit Salad #42C453
Tints of Fruit Salad #42C453
RGB
CMYK
RGB Variations
Color information
#42C453 (or 0x42C453) is known color: Fruit Salad. HEX triplet: 42, C4 and 53. RGB value is (66,196,83). Sum of RGB (Red+Green+Blue) = 66+196+83=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #42C453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C453 is #BD3BAC. Grayscale: #909090. Windows color (decimal): -12401581 or 5489730. OLE color: 5489730.
HSL color Cylindrical-coordinate representation of color #42C453: hue angle of 127.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C453 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 83 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.23 |
| HSL | 127.85º | 0.52% | 0.51% | - |
| HSV(B) | 127.85º | 0.66% | 0.77% | - |
| XYZ | 23.55 | 41.26 | 14.91 | - |
| YUV | 144.25 | 93.43 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 83 | 0.66 | 0 | 0.58 | 0.23 | 127.85 | 0.52 | 0.51 |
| Hex | 42 | C4 | 53 | 42 | 0 | 3A | 17 | 80 | 34 | 33 |
| Octal | 102 | 304 | 123 | 102 | 0 | 72 | 27 | 200 | 64 | 63 |
| Binary | 1000010 | 11000100 | 1010011 | 1000010 | 0 | 111010 | 10111 | 10000000 | 110100 | 110011 |
Color Harmonies of #42C453
Complementary color
Monochromatic Colors of #42C453
Black with #42C453
Text Example
Text Example
White with #42C453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C453; }
p { color: rgb(66,196,83); }
H1.HeaderClassName
{
color: #42C453;
}
.AnyTagClassName
{
color: #42C453;
}
</style>
background-color css
<style>
a { background-color: #42C453; }
a { background-color: rgb(66,196,83); }
div.DivClassName
{
background-color: #42C453;
}
.BgClassName
{
background-color: #42C453;
}
</style>
border-color css
<style>
span { border-color: #42C453; }
span { border-color: rgb(66,196,83); }
td.TdClassName
{
border-color: #42C453;
}
.TagClassName
{
border-color: #42C453;
}
</style>