Shades of Fruit Salad #42B255
Tints of Fruit Salad #42B255
RGB
CMYK
RGB Variations
Color information
#42B255 (or 0x42B255) is known color: Fruit Salad. HEX triplet: 42, B2 and 55. RGB value is (66,178,85). Sum of RGB (Red+Green+Blue) = 66+178+85=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #42B255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B255 is #BD4DAA. Grayscale: #868686. Windows color (decimal): -12406187 or 5616194. OLE color: 5616194.
HSL color Cylindrical-coordinate representation of color #42B255: hue angle of 130.18º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B255 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 85 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.30 |
| HSL | 130.18º | 0.46% | 0.48% | - |
| HSV(B) | 130.18º | 0.63% | 0.7% | - |
| XYZ | 19.81 | 33.65 | 14.05 | - |
| YUV | 133.91 | 100.39 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 85 | 0.63 | 0 | 0.52 | 0.30 | 130.18 | 0.46 | 0.48 |
| Hex | 42 | B2 | 55 | 3F | 0 | 34 | 1E | 82 | 2E | 30 |
| Octal | 102 | 262 | 125 | 77 | 0 | 64 | 36 | 202 | 56 | 60 |
| Binary | 1000010 | 10110010 | 1010101 | 111111 | 0 | 110100 | 11110 | 10000010 | 101110 | 110000 |
Color Harmonies of #42B255
Complementary color
Monochromatic Colors of #42B255
Black with #42B255
Text Example
Text Example
White with #42B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B255; }
p { color: rgb(66,178,85); }
H1.HeaderClassName
{
color: #42B255;
}
.AnyTagClassName
{
color: #42B255;
}
</style>
background-color css
<style>
a { background-color: #42B255; }
a { background-color: rgb(66,178,85); }
div.DivClassName
{
background-color: #42B255;
}
.BgClassName
{
background-color: #42B255;
}
</style>
border-color css
<style>
span { border-color: #42B255; }
span { border-color: rgb(66,178,85); }
td.TdClassName
{
border-color: #42B255;
}
.TagClassName
{
border-color: #42B255;
}
</style>