Shades of Fruit Salad #4ABF51
Tints of Fruit Salad #4ABF51
RGB
CMYK
RGB Variations
Color information
#4ABF51 (or 0x4ABF51) is known color: Fruit Salad. HEX triplet: 4A, BF and 51. RGB value is (74,191,81). Sum of RGB (Red+Green+Blue) = 74+191+81=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABF51 is #B540AE. Grayscale: #8F8F8F. Windows color (decimal): -11878575 or 5357386. OLE color: 5357386.
HSL color Cylindrical-coordinate representation of color #4ABF51: hue angle of 123.59º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABF51 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 191 | 81 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.25 |
| HSL | 123.59º | 0.48% | 0.52% | - |
| HSV(B) | 123.59º | 0.61% | 0.75% | - |
| XYZ | 22.94 | 39.31 | 14.16 | - |
| YUV | 143.48 | 92.74 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 81 | 0.61 | 0 | 0.58 | 0.25 | 123.59 | 0.48 | 0.52 |
| Hex | 4A | BF | 51 | 3D | 0 | 3A | 19 | 7C | 30 | 34 |
| Octal | 112 | 277 | 121 | 75 | 0 | 72 | 31 | 174 | 60 | 64 |
| Binary | 1001010 | 10111111 | 1010001 | 111101 | 0 | 111010 | 11001 | 1111100 | 110000 | 110100 |
Color Harmonies of #4ABF51
Complementary color
Monochromatic Colors of #4ABF51
Black with #4ABF51
Text Example
Text Example
White with #4ABF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABF51; }
p { color: rgb(74,191,81); }
H1.HeaderClassName
{
color: #4ABF51;
}
.AnyTagClassName
{
color: #4ABF51;
}
</style>
background-color css
<style>
a { background-color: #4ABF51; }
a { background-color: rgb(74,191,81); }
div.DivClassName
{
background-color: #4ABF51;
}
.BgClassName
{
background-color: #4ABF51;
}
</style>
border-color css
<style>
span { border-color: #4ABF51; }
span { border-color: rgb(74,191,81); }
td.TdClassName
{
border-color: #4ABF51;
}
.TagClassName
{
border-color: #4ABF51;
}
</style>