Shades of Fruit Salad #42BE52
Tints of Fruit Salad #42BE52
RGB
CMYK
RGB Variations
Color information
#42BE52 (or 0x42BE52) is known color: Fruit Salad. HEX triplet: 42, BE and 52. RGB value is (66,190,82). Sum of RGB (Red+Green+Blue) = 66+190+82=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BE52 is #BD41AD. Grayscale: #8C8C8C. Windows color (decimal): -12403118 or 5422658. OLE color: 5422658.
HSL color Cylindrical-coordinate representation of color #42BE52: hue angle of 127.74º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BE52 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 82 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.25 |
| HSL | 127.74º | 0.49% | 0.5% | - |
| HSV(B) | 127.74º | 0.65% | 0.75% | - |
| XYZ | 22.18 | 38.59 | 14.26 | - |
| YUV | 140.61 | 94.92 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 82 | 0.65 | 0 | 0.57 | 0.25 | 127.74 | 0.49 | 0.5 |
| Hex | 42 | BE | 52 | 41 | 0 | 39 | 19 | 80 | 31 | 32 |
| Octal | 102 | 276 | 122 | 101 | 0 | 71 | 31 | 200 | 61 | 62 |
| Binary | 1000010 | 10111110 | 1010010 | 1000001 | 0 | 111001 | 11001 | 10000000 | 110001 | 110010 |
Color Harmonies of #42BE52
Complementary color
Monochromatic Colors of #42BE52
Black with #42BE52
Text Example
Text Example
White with #42BE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BE52; }
p { color: rgb(66,190,82); }
H1.HeaderClassName
{
color: #42BE52;
}
.AnyTagClassName
{
color: #42BE52;
}
</style>
background-color css
<style>
a { background-color: #42BE52; }
a { background-color: rgb(66,190,82); }
div.DivClassName
{
background-color: #42BE52;
}
.BgClassName
{
background-color: #42BE52;
}
</style>
border-color css
<style>
span { border-color: #42BE52; }
span { border-color: rgb(66,190,82); }
td.TdClassName
{
border-color: #42BE52;
}
.TagClassName
{
border-color: #42BE52;
}
</style>