Shades of Fruit Salad #42AC4D
Tints of Fruit Salad #42AC4D
RGB
CMYK
RGB Variations
Color information
#42AC4D (or 0x42AC4D) is known color: Fruit Salad. HEX triplet: 42, AC and 4D. RGB value is (66,172,77). Sum of RGB (Red+Green+Blue) = 66+172+77=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC4D is #BD53B2. Grayscale: #818181. Windows color (decimal): -12407731 or 5090370. OLE color: 5090370.
HSL color Cylindrical-coordinate representation of color #42AC4D: hue angle of 126.23º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AC4D is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 172 | 77 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.33 |
| HSL | 126.23º | 0.45% | 0.47% | - |
| HSV(B) | 126.23º | 0.62% | 0.67% | - |
| XYZ | 18.34 | 31.2 | 12.08 | - |
| YUV | 129.48 | 98.38 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 77 | 0.62 | 0 | 0.55 | 0.33 | 126.23 | 0.45 | 0.47 |
| Hex | 42 | AC | 4D | 3E | 0 | 37 | 21 | 7E | 2D | 2F |
| Octal | 102 | 254 | 115 | 76 | 0 | 67 | 41 | 176 | 55 | 57 |
| Binary | 1000010 | 10101100 | 1001101 | 111110 | 0 | 110111 | 100001 | 1111110 | 101101 | 101111 |
Color Harmonies of #42AC4D
Complementary color
Monochromatic Colors of #42AC4D
Black with #42AC4D
Text Example
Text Example
White with #42AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AC4D; }
p { color: rgb(66,172,77); }
H1.HeaderClassName
{
color: #42AC4D;
}
.AnyTagClassName
{
color: #42AC4D;
}
</style>
background-color css
<style>
a { background-color: #42AC4D; }
a { background-color: rgb(66,172,77); }
div.DivClassName
{
background-color: #42AC4D;
}
.BgClassName
{
background-color: #42AC4D;
}
</style>
border-color css
<style>
span { border-color: #42AC4D; }
span { border-color: rgb(66,172,77); }
td.TdClassName
{
border-color: #42AC4D;
}
.TagClassName
{
border-color: #42AC4D;
}
</style>