Shades of Fruit Salad #3CBD4A
Tints of Fruit Salad #3CBD4A
RGB
CMYK
RGB Variations
Color information
#3CBD4A (or 0x3CBD4A) is known color: Fruit Salad. HEX triplet: 3C, BD and 4A. RGB value is (60,189,74). Sum of RGB (Red+Green+Blue) = 60+189+74=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBD4A is #C342B5. Grayscale: #898989. Windows color (decimal): -12796598 or 4898108. OLE color: 4898108.
HSL color Cylindrical-coordinate representation of color #3CBD4A: hue angle of 126.51º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBD4A is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 189 | 74 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.26 |
| HSL | 126.51º | 0.52% | 0.49% | - |
| HSV(B) | 126.51º | 0.68% | 0.74% | - |
| XYZ | 21.3 | 37.85 | 12.66 | - |
| YUV | 137.32 | 92.26 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 74 | 0.68 | 0 | 0.61 | 0.26 | 126.51 | 0.52 | 0.49 |
| Hex | 3C | BD | 4A | 44 | 0 | 3D | 1A | 7F | 34 | 31 |
| Octal | 74 | 275 | 112 | 104 | 0 | 75 | 32 | 177 | 64 | 61 |
| Binary | 111100 | 10111101 | 1001010 | 1000100 | 0 | 111101 | 11010 | 1111111 | 110100 | 110001 |
Color Harmonies of #3CBD4A
Complementary color
Monochromatic Colors of #3CBD4A
Black with #3CBD4A
Text Example
Text Example
White with #3CBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBD4A; }
p { color: rgb(60,189,74); }
H1.HeaderClassName
{
color: #3CBD4A;
}
.AnyTagClassName
{
color: #3CBD4A;
}
</style>
background-color css
<style>
a { background-color: #3CBD4A; }
a { background-color: rgb(60,189,74); }
div.DivClassName
{
background-color: #3CBD4A;
}
.BgClassName
{
background-color: #3CBD4A;
}
</style>
border-color css
<style>
span { border-color: #3CBD4A; }
span { border-color: rgb(60,189,74); }
td.TdClassName
{
border-color: #3CBD4A;
}
.TagClassName
{
border-color: #3CBD4A;
}
</style>