Shades of Fruit Salad #42BB4D
Tints of Fruit Salad #42BB4D
RGB
CMYK
RGB Variations
Color information
#42BB4D (or 0x42BB4D) is known color: Fruit Salad. HEX triplet: 42, BB and 4D. RGB value is (66,187,77). Sum of RGB (Red+Green+Blue) = 66+187+77=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BB4D is #BD44B2. Grayscale: #8A8A8A. Windows color (decimal): -12403891 or 5094210. OLE color: 5094210.
HSL color Cylindrical-coordinate representation of color #42BB4D: hue angle of 125.45º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BB4D is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 187 | 77 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.27 |
| HSL | 125.45º | 0.48% | 0.5% | - |
| HSV(B) | 125.45º | 0.65% | 0.73% | - |
| XYZ | 21.36 | 37.23 | 13.08 | - |
| YUV | 138.28 | 93.41 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 77 | 0.65 | 0 | 0.59 | 0.27 | 125.45 | 0.48 | 0.5 |
| Hex | 42 | BB | 4D | 41 | 0 | 3B | 1B | 7D | 30 | 32 |
| Octal | 102 | 273 | 115 | 101 | 0 | 73 | 33 | 175 | 60 | 62 |
| Binary | 1000010 | 10111011 | 1001101 | 1000001 | 0 | 111011 | 11011 | 1111101 | 110000 | 110010 |
Color Harmonies of #42BB4D
Complementary color
Monochromatic Colors of #42BB4D
Black with #42BB4D
Text Example
Text Example
White with #42BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BB4D; }
p { color: rgb(66,187,77); }
H1.HeaderClassName
{
color: #42BB4D;
}
.AnyTagClassName
{
color: #42BB4D;
}
</style>
background-color css
<style>
a { background-color: #42BB4D; }
a { background-color: rgb(66,187,77); }
div.DivClassName
{
background-color: #42BB4D;
}
.BgClassName
{
background-color: #42BB4D;
}
</style>
border-color css
<style>
span { border-color: #42BB4D; }
span { border-color: rgb(66,187,77); }
td.TdClassName
{
border-color: #42BB4D;
}
.TagClassName
{
border-color: #42BB4D;
}
</style>