Shades of Fruit Salad #3CBF4D
Tints of Fruit Salad #3CBF4D
RGB
CMYK
RGB Variations
Color information
#3CBF4D (or 0x3CBF4D) is known color: Fruit Salad. HEX triplet: 3C, BF and 4D. RGB value is (60,191,77). Sum of RGB (Red+Green+Blue) = 60+191+77=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBF4D is #C340B2. Grayscale: #8B8B8B. Windows color (decimal): -12796083 or 5095228. OLE color: 5095228.
HSL color Cylindrical-coordinate representation of color #3CBF4D: hue angle of 127.79º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBF4D is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 191 | 77 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.25 |
| HSL | 127.79º | 0.52% | 0.49% | - |
| HSV(B) | 127.79º | 0.69% | 0.75% | - |
| XYZ | 21.83 | 38.76 | 13.35 | - |
| YUV | 138.84 | 93.1 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 77 | 0.69 | 0 | 0.60 | 0.25 | 127.79 | 0.52 | 0.49 |
| Hex | 3C | BF | 4D | 45 | 0 | 3C | 19 | 80 | 34 | 31 |
| Octal | 74 | 277 | 115 | 105 | 0 | 74 | 31 | 200 | 64 | 61 |
| Binary | 111100 | 10111111 | 1001101 | 1000101 | 0 | 111100 | 11001 | 10000000 | 110100 | 110001 |
Color Harmonies of #3CBF4D
Complementary color
Monochromatic Colors of #3CBF4D
Black with #3CBF4D
Text Example
Text Example
White with #3CBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBF4D; }
p { color: rgb(60,191,77); }
H1.HeaderClassName
{
color: #3CBF4D;
}
.AnyTagClassName
{
color: #3CBF4D;
}
</style>
background-color css
<style>
a { background-color: #3CBF4D; }
a { background-color: rgb(60,191,77); }
div.DivClassName
{
background-color: #3CBF4D;
}
.BgClassName
{
background-color: #3CBF4D;
}
</style>
border-color css
<style>
span { border-color: #3CBF4D; }
span { border-color: rgb(60,191,77); }
td.TdClassName
{
border-color: #3CBF4D;
}
.TagClassName
{
border-color: #3CBF4D;
}
</style>