Shades of Fruit Salad #4BCB52
Tints of Fruit Salad #4BCB52
RGB
CMYK
RGB Variations
Color information
#4BCB52 (or 0x4BCB52) is known color: Fruit Salad. HEX triplet: 4B, CB and 52. RGB value is (75,203,82). Sum of RGB (Red+Green+Blue) = 75+203+82=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB52 is #B434AD. Grayscale: #979797. Windows color (decimal): -11809966 or 5425995. OLE color: 5425995.
HSL color Cylindrical-coordinate representation of color #4BCB52: hue angle of 123.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB52 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 82 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.20 |
| HSL | 123.28º | 0.55% | 0.55% | - |
| HSV(B) | 123.28º | 0.63% | 0.8% | - |
| XYZ | 25.78 | 44.82 | 15.27 | - |
| YUV | 150.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 82 | 0.63 | 0 | 0.60 | 0.20 | 123.28 | 0.55 | 0.55 |
| Hex | 4B | CB | 52 | 3F | 0 | 3C | 14 | 7B | 37 | 37 |
| Octal | 113 | 313 | 122 | 77 | 0 | 74 | 24 | 173 | 67 | 67 |
| Binary | 1001011 | 11001011 | 1010010 | 111111 | 0 | 111100 | 10100 | 1111011 | 110111 | 110111 |
Color Harmonies of #4BCB52
Complementary color
Monochromatic Colors of #4BCB52
Black with #4BCB52
Text Example
Text Example
White with #4BCB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB52; }
p { color: rgb(75,203,82); }
H1.HeaderClassName
{
color: #4BCB52;
}
.AnyTagClassName
{
color: #4BCB52;
}
</style>
background-color css
<style>
a { background-color: #4BCB52; }
a { background-color: rgb(75,203,82); }
div.DivClassName
{
background-color: #4BCB52;
}
.BgClassName
{
background-color: #4BCB52;
}
</style>
border-color css
<style>
span { border-color: #4BCB52; }
span { border-color: rgb(75,203,82); }
td.TdClassName
{
border-color: #4BCB52;
}
.TagClassName
{
border-color: #4BCB52;
}
</style>