Shades of Fruit Salad #42AD4A
Tints of Fruit Salad #42AD4A
RGB
CMYK
RGB Variations
Color information
#42AD4A (or 0x42AD4A) is known color: Fruit Salad. HEX triplet: 42, AD and 4A. RGB value is (66,173,74). Sum of RGB (Red+Green+Blue) = 66+173+74=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AD4A is #BD52B5. Grayscale: #828282. Windows color (decimal): -12407478 or 4894018. OLE color: 4894018.
HSL color Cylindrical-coordinate representation of color #42AD4A: hue angle of 124.49º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD4A is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 74 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.32 |
| HSL | 124.49º | 0.45% | 0.47% | - |
| HSV(B) | 124.49º | 0.62% | 0.68% | - |
| XYZ | 18.43 | 31.54 | 11.6 | - |
| YUV | 129.72 | 96.55 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 74 | 0.62 | 0 | 0.57 | 0.32 | 124.49 | 0.45 | 0.47 |
| Hex | 42 | AD | 4A | 3E | 0 | 39 | 20 | 7C | 2D | 2F |
| Octal | 102 | 255 | 112 | 76 | 0 | 71 | 40 | 174 | 55 | 57 |
| Binary | 1000010 | 10101101 | 1001010 | 111110 | 0 | 111001 | 100000 | 1111100 | 101101 | 101111 |
Color Harmonies of #42AD4A
Complementary color
Monochromatic Colors of #42AD4A
Black with #42AD4A
Text Example
Text Example
White with #42AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD4A; }
p { color: rgb(66,173,74); }
H1.HeaderClassName
{
color: #42AD4A;
}
.AnyTagClassName
{
color: #42AD4A;
}
</style>
background-color css
<style>
a { background-color: #42AD4A; }
a { background-color: rgb(66,173,74); }
div.DivClassName
{
background-color: #42AD4A;
}
.BgClassName
{
background-color: #42AD4A;
}
</style>
border-color css
<style>
span { border-color: #42AD4A; }
span { border-color: rgb(66,173,74); }
td.TdClassName
{
border-color: #42AD4A;
}
.TagClassName
{
border-color: #42AD4A;
}
</style>