Shades of Fruit Salad #42AF3C
Tints of Fruit Salad #42AF3C
RGB
CMYK
RGB Variations
Color information
#42AF3C (or 0x42AF3C) is known color: Fruit Salad. HEX triplet: 42, AF and 3C. RGB value is (66,175,60). Sum of RGB (Red+Green+Blue) = 66+175+60=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 175 (68.75% from 255 or 58.14% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF3C is #BD50C3. Grayscale: #818181. Windows color (decimal): -12406980 or 3977026. OLE color: 3977026.
HSL color Cylindrical-coordinate representation of color #42AF3C: hue angle of 116.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42AF3C is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 60 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.31 |
| HSL | 116.87º | 0.49% | 0.46% | - |
| HSV(B) | 116.87º | 0.66% | 0.69% | - |
| XYZ | 18.39 | 32.14 | 9.51 | - |
| YUV | 129.3 | 88.89 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 60 | 0.62 | 0 | 0.66 | 0.31 | 116.87 | 0.49 | 0.46 |
| Hex | 42 | AF | 3C | 3E | 0 | 42 | 1F | 75 | 31 | 2E |
| Octal | 102 | 257 | 74 | 76 | 0 | 102 | 37 | 165 | 61 | 56 |
| Binary | 1000010 | 10101111 | 111100 | 111110 | 0 | 1000010 | 11111 | 1110101 | 110001 | 101110 |
Color Harmonies of #42AF3C
Complementary color
Monochromatic Colors of #42AF3C
Black with #42AF3C
Text Example
Text Example
White with #42AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF3C; }
p { color: rgb(66,175,60); }
H1.HeaderClassName
{
color: #42AF3C;
}
.AnyTagClassName
{
color: #42AF3C;
}
</style>
background-color css
<style>
a { background-color: #42AF3C; }
a { background-color: rgb(66,175,60); }
div.DivClassName
{
background-color: #42AF3C;
}
.BgClassName
{
background-color: #42AF3C;
}
</style>
border-color css
<style>
span { border-color: #42AF3C; }
span { border-color: rgb(66,175,60); }
td.TdClassName
{
border-color: #42AF3C;
}
.TagClassName
{
border-color: #42AF3C;
}
</style>