Shades of Fruit Salad #42BE55
Tints of Fruit Salad #42BE55
RGB
CMYK
RGB Variations
Color information
#42BE55 (or 0x42BE55) is known color: Fruit Salad. HEX triplet: 42, BE and 55. RGB value is (66,190,85). Sum of RGB (Red+Green+Blue) = 66+190+85=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BE55 is #BD41AA. Grayscale: #8D8D8D. Windows color (decimal): -12403115 or 5619266. OLE color: 5619266.
HSL color Cylindrical-coordinate representation of color #42BE55: hue angle of 129.19º 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 #42BE55 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 85 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.25 |
| HSL | 129.19º | 0.49% | 0.5% | - |
| HSV(B) | 129.19º | 0.65% | 0.75% | - |
| XYZ | 22.3 | 38.64 | 14.88 | - |
| YUV | 140.95 | 96.42 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 85 | 0.65 | 0 | 0.55 | 0.25 | 129.19 | 0.49 | 0.5 |
| Hex | 42 | BE | 55 | 41 | 0 | 37 | 19 | 81 | 31 | 32 |
| Octal | 102 | 276 | 125 | 101 | 0 | 67 | 31 | 201 | 61 | 62 |
| Binary | 1000010 | 10111110 | 1010101 | 1000001 | 0 | 110111 | 11001 | 10000001 | 110001 | 110010 |
Color Harmonies of #42BE55
Complementary color
Monochromatic Colors of #42BE55
Black with #42BE55
Text Example
Text Example
White with #42BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BE55; }
p { color: rgb(66,190,85); }
H1.HeaderClassName
{
color: #42BE55;
}
.AnyTagClassName
{
color: #42BE55;
}
</style>
background-color css
<style>
a { background-color: #42BE55; }
a { background-color: rgb(66,190,85); }
div.DivClassName
{
background-color: #42BE55;
}
.BgClassName
{
background-color: #42BE55;
}
</style>
border-color css
<style>
span { border-color: #42BE55; }
span { border-color: rgb(66,190,85); }
td.TdClassName
{
border-color: #42BE55;
}
.TagClassName
{
border-color: #42BE55;
}
</style>