Shades of Fruit Salad #4AB13D
Tints of Fruit Salad #4AB13D
RGB
CMYK
RGB Variations
Color information
#4AB13D (or 0x4AB13D) is known color: Fruit Salad. HEX triplet: 4A, B1 and 3D. RGB value is (74,177,61). Sum of RGB (Red+Green+Blue) = 74+177+61=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB13D is #B54EC2. Grayscale: #858585. Windows color (decimal): -11882179 or 4043082. OLE color: 4043082.
HSL color Cylindrical-coordinate representation of color #4AB13D: hue angle of 113.28º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AB13D is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 177 | 61 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.31 |
| HSL | 113.28º | 0.49% | 0.47% | - |
| HSV(B) | 113.28º | 0.66% | 0.69% | - |
| XYZ | 19.39 | 33.24 | 9.81 | - |
| YUV | 132.98 | 87.38 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 61 | 0.58 | 0 | 0.66 | 0.31 | 113.28 | 0.49 | 0.47 |
| Hex | 4A | B1 | 3D | 3A | 0 | 42 | 1F | 71 | 31 | 2F |
| Octal | 112 | 261 | 75 | 72 | 0 | 102 | 37 | 161 | 61 | 57 |
| Binary | 1001010 | 10110001 | 111101 | 111010 | 0 | 1000010 | 11111 | 1110001 | 110001 | 101111 |
Color Harmonies of #4AB13D
Complementary color
Monochromatic Colors of #4AB13D
Black with #4AB13D
Text Example
Text Example
White with #4AB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB13D; }
p { color: rgb(74,177,61); }
H1.HeaderClassName
{
color: #4AB13D;
}
.AnyTagClassName
{
color: #4AB13D;
}
</style>
background-color css
<style>
a { background-color: #4AB13D; }
a { background-color: rgb(74,177,61); }
div.DivClassName
{
background-color: #4AB13D;
}
.BgClassName
{
background-color: #4AB13D;
}
</style>
border-color css
<style>
span { border-color: #4AB13D; }
span { border-color: rgb(74,177,61); }
td.TdClassName
{
border-color: #4AB13D;
}
.TagClassName
{
border-color: #4AB13D;
}
</style>