Shades of Fruit Salad #3CBB4B
Tints of Fruit Salad #3CBB4B
RGB
CMYK
RGB Variations
Color information
#3CBB4B (or 0x3CBB4B) is known color: Fruit Salad. HEX triplet: 3C, BB and 4B. RGB value is (60,187,75). Sum of RGB (Red+Green+Blue) = 60+187+75=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 187 (73.44% from 255 or 58.07% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBB4B is #C344B4. Grayscale: #888888. Windows color (decimal): -12797109 or 4963132. OLE color: 4963132.
HSL color Cylindrical-coordinate representation of color #3CBB4B: hue angle of 127.09º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBB4B is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 187 | 75 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.27 |
| HSL | 127.09º | 0.51% | 0.48% | - |
| HSV(B) | 127.09º | 0.68% | 0.73% | - |
| XYZ | 20.9 | 37.01 | 12.7 | - |
| YUV | 136.26 | 93.42 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 75 | 0.68 | 0 | 0.60 | 0.27 | 127.09 | 0.51 | 0.48 |
| Hex | 3C | BB | 4B | 44 | 0 | 3C | 1B | 7F | 33 | 30 |
| Octal | 74 | 273 | 113 | 104 | 0 | 74 | 33 | 177 | 63 | 60 |
| Binary | 111100 | 10111011 | 1001011 | 1000100 | 0 | 111100 | 11011 | 1111111 | 110011 | 110000 |
Color Harmonies of #3CBB4B
Complementary color
Monochromatic Colors of #3CBB4B
Black with #3CBB4B
Text Example
Text Example
White with #3CBB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBB4B; }
p { color: rgb(60,187,75); }
H1.HeaderClassName
{
color: #3CBB4B;
}
.AnyTagClassName
{
color: #3CBB4B;
}
</style>
background-color css
<style>
a { background-color: #3CBB4B; }
a { background-color: rgb(60,187,75); }
div.DivClassName
{
background-color: #3CBB4B;
}
.BgClassName
{
background-color: #3CBB4B;
}
</style>
border-color css
<style>
span { border-color: #3CBB4B; }
span { border-color: rgb(60,187,75); }
td.TdClassName
{
border-color: #3CBB4B;
}
.TagClassName
{
border-color: #3CBB4B;
}
</style>