Shades of Fruit Salad #42BE58
Tints of Fruit Salad #42BE58
RGB
CMYK
RGB Variations
Color information
#42BE58 (or 0x42BE58) is known color: Fruit Salad. HEX triplet: 42, BE and 58. RGB value is (66,190,88). Sum of RGB (Red+Green+Blue) = 66+190+88=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BE58 is #BD41A7. Grayscale: #8D8D8D. Windows color (decimal): -12403112 or 5815874. OLE color: 5815874.
HSL color Cylindrical-coordinate representation of color #42BE58: hue angle of 130.65º 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 #42BE58 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 88 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.25 |
| HSL | 130.65º | 0.49% | 0.5% | - |
| HSV(B) | 130.65º | 0.65% | 0.75% | - |
| XYZ | 22.42 | 38.69 | 15.52 | - |
| YUV | 141.3 | 97.92 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 88 | 0.65 | 0 | 0.54 | 0.25 | 130.65 | 0.49 | 0.5 |
| Hex | 42 | BE | 58 | 41 | 0 | 36 | 19 | 83 | 31 | 32 |
| Octal | 102 | 276 | 130 | 101 | 0 | 66 | 31 | 203 | 61 | 62 |
| Binary | 1000010 | 10111110 | 1011000 | 1000001 | 0 | 110110 | 11001 | 10000011 | 110001 | 110010 |
Color Harmonies of #42BE58
Complementary color
Monochromatic Colors of #42BE58
Black with #42BE58
Text Example
Text Example
White with #42BE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BE58; }
p { color: rgb(66,190,88); }
H1.HeaderClassName
{
color: #42BE58;
}
.AnyTagClassName
{
color: #42BE58;
}
</style>
background-color css
<style>
a { background-color: #42BE58; }
a { background-color: rgb(66,190,88); }
div.DivClassName
{
background-color: #42BE58;
}
.BgClassName
{
background-color: #42BE58;
}
</style>
border-color css
<style>
span { border-color: #42BE58; }
span { border-color: rgb(66,190,88); }
td.TdClassName
{
border-color: #42BE58;
}
.TagClassName
{
border-color: #42BE58;
}
</style>