Shades of Fruit Salad #42BF49
Tints of Fruit Salad #42BF49
RGB
CMYK
RGB Variations
Color information
#42BF49 (or 0x42BF49) is known color: Fruit Salad. HEX triplet: 42, BF and 49. RGB value is (66,191,73). Sum of RGB (Red+Green+Blue) = 66+191+73=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF49 is #BD40B6. Grayscale: #8C8C8C. Windows color (decimal): -12402871 or 4833090. OLE color: 4833090.
HSL color Cylindrical-coordinate representation of color #42BF49: hue angle of 123.36º 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 #42BF49 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 73 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.25 |
| HSL | 123.36º | 0.49% | 0.5% | - |
| HSV(B) | 123.36º | 0.65% | 0.75% | - |
| XYZ | 22.08 | 38.9 | 12.65 | - |
| YUV | 140.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 73 | 0.65 | 0 | 0.62 | 0.25 | 123.36 | 0.49 | 0.5 |
| Hex | 42 | BF | 49 | 41 | 0 | 3E | 19 | 7B | 31 | 32 |
| Octal | 102 | 277 | 111 | 101 | 0 | 76 | 31 | 173 | 61 | 62 |
| Binary | 1000010 | 10111111 | 1001001 | 1000001 | 0 | 111110 | 11001 | 1111011 | 110001 | 110010 |
Color Harmonies of #42BF49
Complementary color
Monochromatic Colors of #42BF49
Black with #42BF49
Text Example
Text Example
White with #42BF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF49; }
p { color: rgb(66,191,73); }
H1.HeaderClassName
{
color: #42BF49;
}
.AnyTagClassName
{
color: #42BF49;
}
</style>
background-color css
<style>
a { background-color: #42BF49; }
a { background-color: rgb(66,191,73); }
div.DivClassName
{
background-color: #42BF49;
}
.BgClassName
{
background-color: #42BF49;
}
</style>
border-color css
<style>
span { border-color: #42BF49; }
span { border-color: rgb(66,191,73); }
td.TdClassName
{
border-color: #42BF49;
}
.TagClassName
{
border-color: #42BF49;
}
</style>