Shades of Fruit Salad #42BD4B
Tints of Fruit Salad #42BD4B
RGB
CMYK
RGB Variations
Color information
#42BD4B (or 0x42BD4B) is known color: Fruit Salad. HEX triplet: 42, BD and 4B. RGB value is (66,189,75). Sum of RGB (Red+Green+Blue) = 66+189+75=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD4B is #BD42B4. Grayscale: #8B8B8B. Windows color (decimal): -12403381 or 4963650. OLE color: 4963650.
HSL color Cylindrical-coordinate representation of color #42BD4B: hue angle of 124.39º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BD4B is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 75 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.26 |
| HSL | 124.39º | 0.48% | 0.5% | - |
| HSV(B) | 124.39º | 0.65% | 0.74% | - |
| XYZ | 21.71 | 38.06 | 12.86 | - |
| YUV | 139.23 | 91.75 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 75 | 0.65 | 0 | 0.60 | 0.26 | 124.39 | 0.48 | 0.5 |
| Hex | 42 | BD | 4B | 41 | 0 | 3C | 1A | 7C | 30 | 32 |
| Octal | 102 | 275 | 113 | 101 | 0 | 74 | 32 | 174 | 60 | 62 |
| Binary | 1000010 | 10111101 | 1001011 | 1000001 | 0 | 111100 | 11010 | 1111100 | 110000 | 110010 |
Color Harmonies of #42BD4B
Complementary color
Monochromatic Colors of #42BD4B
Black with #42BD4B
Text Example
Text Example
White with #42BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD4B; }
p { color: rgb(66,189,75); }
H1.HeaderClassName
{
color: #42BD4B;
}
.AnyTagClassName
{
color: #42BD4B;
}
</style>
background-color css
<style>
a { background-color: #42BD4B; }
a { background-color: rgb(66,189,75); }
div.DivClassName
{
background-color: #42BD4B;
}
.BgClassName
{
background-color: #42BD4B;
}
</style>
border-color css
<style>
span { border-color: #42BD4B; }
span { border-color: rgb(66,189,75); }
td.TdClassName
{
border-color: #42BD4B;
}
.TagClassName
{
border-color: #42BD4B;
}
</style>