Shades of Fruit Salad #3CAF4C
Tints of Fruit Salad #3CAF4C
RGB
CMYK
RGB Variations
Color information
#3CAF4C (or 0x3CAF4C) is known color: Fruit Salad. HEX triplet: 3C, AF and 4C. RGB value is (60,175,76). Sum of RGB (Red+Green+Blue) = 60+175+76=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF4C is #C350B3. Grayscale: #818181. Windows color (decimal): -12800180 or 5025596. OLE color: 5025596.
HSL color Cylindrical-coordinate representation of color #3CAF4C: hue angle of 128.35º 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 #3CAF4C is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 76 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.31 |
| HSL | 128.35º | 0.49% | 0.46% | - |
| HSV(B) | 128.35º | 0.66% | 0.69% | - |
| XYZ | 18.5 | 32.14 | 12.07 | - |
| YUV | 129.33 | 97.9 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 76 | 0.66 | 0 | 0.57 | 0.31 | 128.35 | 0.49 | 0.46 |
| Hex | 3C | AF | 4C | 42 | 0 | 39 | 1F | 80 | 31 | 2E |
| Octal | 74 | 257 | 114 | 102 | 0 | 71 | 37 | 200 | 61 | 56 |
| Binary | 111100 | 10101111 | 1001100 | 1000010 | 0 | 111001 | 11111 | 10000000 | 110001 | 101110 |
Color Harmonies of #3CAF4C
Complementary color
Monochromatic Colors of #3CAF4C
Black with #3CAF4C
Text Example
Text Example
White with #3CAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF4C; }
p { color: rgb(60,175,76); }
H1.HeaderClassName
{
color: #3CAF4C;
}
.AnyTagClassName
{
color: #3CAF4C;
}
</style>
background-color css
<style>
a { background-color: #3CAF4C; }
a { background-color: rgb(60,175,76); }
div.DivClassName
{
background-color: #3CAF4C;
}
.BgClassName
{
background-color: #3CAF4C;
}
</style>
border-color css
<style>
span { border-color: #3CAF4C; }
span { border-color: rgb(60,175,76); }
td.TdClassName
{
border-color: #3CAF4C;
}
.TagClassName
{
border-color: #3CAF4C;
}
</style>