Shades of Fruit Salad #3CBE4B
Tints of Fruit Salad #3CBE4B
RGB
CMYK
RGB Variations
Color information
#3CBE4B (or 0x3CBE4B) is known color: Fruit Salad. HEX triplet: 3C, BE and 4B. RGB value is (60,190,75). Sum of RGB (Red+Green+Blue) = 60+190+75=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBE4B is #C341B4. Grayscale: #8A8A8A. Windows color (decimal): -12796341 or 4963900. OLE color: 4963900.
HSL color Cylindrical-coordinate representation of color #3CBE4B: hue angle of 126.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBE4B is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 75 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.25 |
| HSL | 126.92º | 0.52% | 0.49% | - |
| HSV(B) | 126.92º | 0.68% | 0.75% | - |
| XYZ | 21.55 | 38.3 | 12.91 | - |
| YUV | 138.02 | 92.43 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 75 | 0.68 | 0 | 0.61 | 0.25 | 126.92 | 0.52 | 0.49 |
| Hex | 3C | BE | 4B | 44 | 0 | 3D | 19 | 7F | 34 | 31 |
| Octal | 74 | 276 | 113 | 104 | 0 | 75 | 31 | 177 | 64 | 61 |
| Binary | 111100 | 10111110 | 1001011 | 1000100 | 0 | 111101 | 11001 | 1111111 | 110100 | 110001 |
Color Harmonies of #3CBE4B
Complementary color
Monochromatic Colors of #3CBE4B
Black with #3CBE4B
Text Example
Text Example
White with #3CBE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBE4B; }
p { color: rgb(60,190,75); }
H1.HeaderClassName
{
color: #3CBE4B;
}
.AnyTagClassName
{
color: #3CBE4B;
}
</style>
background-color css
<style>
a { background-color: #3CBE4B; }
a { background-color: rgb(60,190,75); }
div.DivClassName
{
background-color: #3CBE4B;
}
.BgClassName
{
background-color: #3CBE4B;
}
</style>
border-color css
<style>
span { border-color: #3CBE4B; }
span { border-color: rgb(60,190,75); }
td.TdClassName
{
border-color: #3CBE4B;
}
.TagClassName
{
border-color: #3CBE4B;
}
</style>