Shades of Fruit Salad #3CAF42
Tints of Fruit Salad #3CAF42
RGB
CMYK
RGB Variations
Color information
#3CAF42 (or 0x3CAF42) is known color: Fruit Salad. HEX triplet: 3C, AF and 42. RGB value is (60,175,66). Sum of RGB (Red+Green+Blue) = 60+175+66=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 175 (68.75% from 255 or 58.14% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF42 is #C350BD. Grayscale: #808080. Windows color (decimal): -12800190 or 4370236. OLE color: 4370236.
HSL color Cylindrical-coordinate representation of color #3CAF42: hue angle of 123.13º 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 #3CAF42 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 66 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.31 |
| HSL | 123.13º | 0.49% | 0.46% | - |
| HSV(B) | 123.13º | 0.66% | 0.69% | - |
| XYZ | 18.18 | 32.01 | 10.38 | - |
| YUV | 128.19 | 92.9 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 66 | 0.66 | 0 | 0.62 | 0.31 | 123.13 | 0.49 | 0.46 |
| Hex | 3C | AF | 42 | 42 | 0 | 3E | 1F | 7B | 31 | 2E |
| Octal | 74 | 257 | 102 | 102 | 0 | 76 | 37 | 173 | 61 | 56 |
| Binary | 111100 | 10101111 | 1000010 | 1000010 | 0 | 111110 | 11111 | 1111011 | 110001 | 101110 |
Color Harmonies of #3CAF42
Complementary color
Monochromatic Colors of #3CAF42
Black with #3CAF42
Text Example
Text Example
White with #3CAF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF42; }
p { color: rgb(60,175,66); }
H1.HeaderClassName
{
color: #3CAF42;
}
.AnyTagClassName
{
color: #3CAF42;
}
</style>
background-color css
<style>
a { background-color: #3CAF42; }
a { background-color: rgb(60,175,66); }
div.DivClassName
{
background-color: #3CAF42;
}
.BgClassName
{
background-color: #3CAF42;
}
</style>
border-color css
<style>
span { border-color: #3CAF42; }
span { border-color: rgb(60,175,66); }
td.TdClassName
{
border-color: #3CAF42;
}
.TagClassName
{
border-color: #3CAF42;
}
</style>