Shades of Fruit Salad #40AF4A
Tints of Fruit Salad #40AF4A
RGB
CMYK
RGB Variations
Color information
#40AF4A (or 0x40AF4A) is known color: Fruit Salad. HEX triplet: 40, AF and 4A. RGB value is (64,175,74). Sum of RGB (Red+Green+Blue) = 64+175+74=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AF4A is #BF50B5. Grayscale: #828282. Windows color (decimal): -12538038 or 4894528. OLE color: 4894528.
HSL color Cylindrical-coordinate representation of color #40AF4A: hue angle of 125.41º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF4A is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 74 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.31 |
| HSL | 125.41º | 0.46% | 0.47% | - |
| HSV(B) | 125.41º | 0.63% | 0.69% | - |
| XYZ | 18.68 | 32.24 | 11.72 | - |
| YUV | 130.3 | 96.23 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 74 | 0.63 | 0 | 0.58 | 0.31 | 125.41 | 0.46 | 0.47 |
| Hex | 40 | AF | 4A | 3F | 0 | 3A | 1F | 7D | 2E | 2F |
| Octal | 100 | 257 | 112 | 77 | 0 | 72 | 37 | 175 | 56 | 57 |
| Binary | 1000000 | 10101111 | 1001010 | 111111 | 0 | 111010 | 11111 | 1111101 | 101110 | 101111 |
Color Harmonies of #40AF4A
Complementary color
Monochromatic Colors of #40AF4A
Black with #40AF4A
Text Example
Text Example
White with #40AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF4A; }
p { color: rgb(64,175,74); }
H1.HeaderClassName
{
color: #40AF4A;
}
.AnyTagClassName
{
color: #40AF4A;
}
</style>
background-color css
<style>
a { background-color: #40AF4A; }
a { background-color: rgb(64,175,74); }
div.DivClassName
{
background-color: #40AF4A;
}
.BgClassName
{
background-color: #40AF4A;
}
</style>
border-color css
<style>
span { border-color: #40AF4A; }
span { border-color: rgb(64,175,74); }
td.TdClassName
{
border-color: #40AF4A;
}
.TagClassName
{
border-color: #40AF4A;
}
</style>