Shades of Fruit Salad #42B14C
Tints of Fruit Salad #42B14C
RGB
CMYK
RGB Variations
Color information
#42B14C (or 0x42B14C) is known color: Fruit Salad. HEX triplet: 42, B1 and 4C. RGB value is (66,177,76). Sum of RGB (Red+Green+Blue) = 66+177+76=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #42B14C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B14C is #BD4EB3. Grayscale: #848484. Windows color (decimal): -12406452 or 5026114. OLE color: 5026114.
HSL color Cylindrical-coordinate representation of color #42B14C: hue angle of 125.41º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B14C is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 76 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.31 |
| HSL | 125.41º | 0.46% | 0.48% | - |
| HSV(B) | 125.41º | 0.63% | 0.69% | - |
| XYZ | 19.27 | 33.12 | 12.22 | - |
| YUV | 132.3 | 96.23 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 76 | 0.63 | 0 | 0.57 | 0.31 | 125.41 | 0.46 | 0.48 |
| Hex | 42 | B1 | 4C | 3F | 0 | 39 | 1F | 7D | 2E | 30 |
| Octal | 102 | 261 | 114 | 77 | 0 | 71 | 37 | 175 | 56 | 60 |
| Binary | 1000010 | 10110001 | 1001100 | 111111 | 0 | 111001 | 11111 | 1111101 | 101110 | 110000 |
Color Harmonies of #42B14C
Complementary color
Monochromatic Colors of #42B14C
Black with #42B14C
Text Example
Text Example
White with #42B14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B14C; }
p { color: rgb(66,177,76); }
H1.HeaderClassName
{
color: #42B14C;
}
.AnyTagClassName
{
color: #42B14C;
}
</style>
background-color css
<style>
a { background-color: #42B14C; }
a { background-color: rgb(66,177,76); }
div.DivClassName
{
background-color: #42B14C;
}
.BgClassName
{
background-color: #42B14C;
}
</style>
border-color css
<style>
span { border-color: #42B14C; }
span { border-color: rgb(66,177,76); }
td.TdClassName
{
border-color: #42B14C;
}
.TagClassName
{
border-color: #42B14C;
}
</style>