Shades of Fruit Salad #42BF4D
Tints of Fruit Salad #42BF4D
RGB
CMYK
RGB Variations
Color information
#42BF4D (or 0x42BF4D) is known color: Fruit Salad. HEX triplet: 42, BF and 4D. RGB value is (66,191,77). Sum of RGB (Red+Green+Blue) = 66+191+77=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BF4D is #BD40B2. Grayscale: #8C8C8C. Windows color (decimal): -12402867 or 5095234. OLE color: 5095234.
HSL color Cylindrical-coordinate representation of color #42BF4D: hue angle of 125.28º 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 #42BF4D is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 77 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.25 |
| HSL | 125.28º | 0.49% | 0.5% | - |
| HSV(B) | 125.28º | 0.65% | 0.75% | - |
| XYZ | 22.22 | 38.96 | 13.37 | - |
| YUV | 140.63 | 92.09 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 77 | 0.65 | 0 | 0.60 | 0.25 | 125.28 | 0.49 | 0.5 |
| Hex | 42 | BF | 4D | 41 | 0 | 3C | 19 | 7D | 31 | 32 |
| Octal | 102 | 277 | 115 | 101 | 0 | 74 | 31 | 175 | 61 | 62 |
| Binary | 1000010 | 10111111 | 1001101 | 1000001 | 0 | 111100 | 11001 | 1111101 | 110001 | 110010 |
Color Harmonies of #42BF4D
Complementary color
Monochromatic Colors of #42BF4D
Black with #42BF4D
Text Example
Text Example
White with #42BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF4D; }
p { color: rgb(66,191,77); }
H1.HeaderClassName
{
color: #42BF4D;
}
.AnyTagClassName
{
color: #42BF4D;
}
</style>
background-color css
<style>
a { background-color: #42BF4D; }
a { background-color: rgb(66,191,77); }
div.DivClassName
{
background-color: #42BF4D;
}
.BgClassName
{
background-color: #42BF4D;
}
</style>
border-color css
<style>
span { border-color: #42BF4D; }
span { border-color: rgb(66,191,77); }
td.TdClassName
{
border-color: #42BF4D;
}
.TagClassName
{
border-color: #42BF4D;
}
</style>