Shades of Fruit Salad #4BB65D
Tints of Fruit Salad #4BB65D
RGB
CMYK
RGB Variations
Color information
#4BB65D (or 0x4BB65D) is known color: Fruit Salad. HEX triplet: 4B, B6 and 5D. RGB value is (75,182,93). Sum of RGB (Red+Green+Blue) = 75+182+93=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB65D is #B449A2. Grayscale: #8C8C8C. Windows color (decimal): -11815331 or 6141515. OLE color: 6141515.
HSL color Cylindrical-coordinate representation of color #4BB65D: hue angle of 130.09º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB65D is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 182 | 93 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.29 |
| HSL | 130.09º | 0.42% | 0.5% | - |
| HSV(B) | 130.09º | 0.59% | 0.71% | - |
| XYZ | 21.61 | 35.74 | 16.12 | - |
| YUV | 139.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 182 | 93 | 0.59 | 0 | 0.49 | 0.29 | 130.09 | 0.42 | 0.5 |
| Hex | 4B | B6 | 5D | 3B | 0 | 31 | 1D | 82 | 2A | 32 |
| Octal | 113 | 266 | 135 | 73 | 0 | 61 | 35 | 202 | 52 | 62 |
| Binary | 1001011 | 10110110 | 1011101 | 111011 | 0 | 110001 | 11101 | 10000010 | 101010 | 110010 |
Color Harmonies of #4BB65D
Complementary color
Monochromatic Colors of #4BB65D
Black with #4BB65D
Text Example
Text Example
White with #4BB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB65D; }
p { color: rgb(75,182,93); }
H1.HeaderClassName
{
color: #4BB65D;
}
.AnyTagClassName
{
color: #4BB65D;
}
</style>
background-color css
<style>
a { background-color: #4BB65D; }
a { background-color: rgb(75,182,93); }
div.DivClassName
{
background-color: #4BB65D;
}
.BgClassName
{
background-color: #4BB65D;
}
</style>
border-color css
<style>
span { border-color: #4BB65D; }
span { border-color: rgb(75,182,93); }
td.TdClassName
{
border-color: #4BB65D;
}
.TagClassName
{
border-color: #4BB65D;
}
</style>