Shades of Fruit Salad #3CAF3E
Tints of Fruit Salad #3CAF3E
RGB
CMYK
RGB Variations
Color information
#3CAF3E (or 0x3CAF3E) is known color: Fruit Salad. HEX triplet: 3C, AF and 3E. RGB value is (60,175,62). Sum of RGB (Red+Green+Blue) = 60+175+62=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF3E is #C350C1. Grayscale: #808080. Windows color (decimal): -12800194 or 4108092. OLE color: 4108092.
HSL color Cylindrical-coordinate representation of color #3CAF3E: hue angle of 121.04º 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 #3CAF3E is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 62 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.31 |
| HSL | 121.04º | 0.49% | 0.46% | - |
| HSV(B) | 121.04º | 0.66% | 0.69% | - |
| XYZ | 18.06 | 31.97 | 9.78 | - |
| YUV | 127.73 | 90.9 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 62 | 0.66 | 0 | 0.65 | 0.31 | 121.04 | 0.49 | 0.46 |
| Hex | 3C | AF | 3E | 42 | 0 | 41 | 1F | 79 | 31 | 2E |
| Octal | 74 | 257 | 76 | 102 | 0 | 101 | 37 | 171 | 61 | 56 |
| Binary | 111100 | 10101111 | 111110 | 1000010 | 0 | 1000001 | 11111 | 1111001 | 110001 | 101110 |
Color Harmonies of #3CAF3E
Complementary color
Monochromatic Colors of #3CAF3E
Black with #3CAF3E
Text Example
Text Example
White with #3CAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF3E; }
p { color: rgb(60,175,62); }
H1.HeaderClassName
{
color: #3CAF3E;
}
.AnyTagClassName
{
color: #3CAF3E;
}
</style>
background-color css
<style>
a { background-color: #3CAF3E; }
a { background-color: rgb(60,175,62); }
div.DivClassName
{
background-color: #3CAF3E;
}
.BgClassName
{
background-color: #3CAF3E;
}
</style>
border-color css
<style>
span { border-color: #3CAF3E; }
span { border-color: rgb(60,175,62); }
td.TdClassName
{
border-color: #3CAF3E;
}
.TagClassName
{
border-color: #3CAF3E;
}
</style>