Shades of Fruit Salad #40AF4B
Tints of Fruit Salad #40AF4B
RGB
CMYK
RGB Variations
Color information
#40AF4B (or 0x40AF4B) is known color: Fruit Salad. HEX triplet: 40, AF and 4B. RGB value is (64,175,75). Sum of RGB (Red+Green+Blue) = 64+175+75=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AF4B is #BF50B4. Grayscale: #828282. Windows color (decimal): -12538037 or 4960064. OLE color: 4960064.
HSL color Cylindrical-coordinate representation of color #40AF4B: hue angle of 125.95º 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 #40AF4B is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 75 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.31 |
| HSL | 125.95º | 0.46% | 0.47% | - |
| HSV(B) | 125.95º | 0.63% | 0.69% | - |
| XYZ | 18.71 | 32.26 | 11.9 | - |
| YUV | 130.41 | 96.73 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 75 | 0.63 | 0 | 0.57 | 0.31 | 125.95 | 0.46 | 0.47 |
| Hex | 40 | AF | 4B | 3F | 0 | 39 | 1F | 7E | 2E | 2F |
| Octal | 100 | 257 | 113 | 77 | 0 | 71 | 37 | 176 | 56 | 57 |
| Binary | 1000000 | 10101111 | 1001011 | 111111 | 0 | 111001 | 11111 | 1111110 | 101110 | 101111 |
Color Harmonies of #40AF4B
Complementary color
Monochromatic Colors of #40AF4B
Black with #40AF4B
Text Example
Text Example
White with #40AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF4B; }
p { color: rgb(64,175,75); }
H1.HeaderClassName
{
color: #40AF4B;
}
.AnyTagClassName
{
color: #40AF4B;
}
</style>
background-color css
<style>
a { background-color: #40AF4B; }
a { background-color: rgb(64,175,75); }
div.DivClassName
{
background-color: #40AF4B;
}
.BgClassName
{
background-color: #40AF4B;
}
</style>
border-color css
<style>
span { border-color: #40AF4B; }
span { border-color: rgb(64,175,75); }
td.TdClassName
{
border-color: #40AF4B;
}
.TagClassName
{
border-color: #40AF4B;
}
</style>