Shades of Fruit Salad #43AF4E
Tints of Fruit Salad #43AF4E
RGB
CMYK
RGB Variations
Color information
#43AF4E (or 0x43AF4E) is known color: Fruit Salad. HEX triplet: 43, AF and 4E. RGB value is (67,175,78). Sum of RGB (Red+Green+Blue) = 67+175+78=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #43AF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AF4E is #BC50B1. Grayscale: #838383. Windows color (decimal): -12341426 or 5156675. OLE color: 5156675.
HSL color Cylindrical-coordinate representation of color #43AF4E: hue angle of 126.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43AF4E is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 175 | 78 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.31 |
| HSL | 126.11º | 0.45% | 0.47% | - |
| HSV(B) | 126.11º | 0.62% | 0.69% | - |
| XYZ | 19.02 | 32.4 | 12.46 | - |
| YUV | 131.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 175 | 78 | 0.62 | 0 | 0.55 | 0.31 | 126.11 | 0.45 | 0.47 |
| Hex | 43 | AF | 4E | 3E | 0 | 37 | 1F | 7E | 2D | 2F |
| Octal | 103 | 257 | 116 | 76 | 0 | 67 | 37 | 176 | 55 | 57 |
| Binary | 1000011 | 10101111 | 1001110 | 111110 | 0 | 110111 | 11111 | 1111110 | 101101 | 101111 |
Color Harmonies of #43AF4E
Complementary color
Monochromatic Colors of #43AF4E
Black with #43AF4E
Text Example
Text Example
White with #43AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AF4E; }
p { color: rgb(67,175,78); }
H1.HeaderClassName
{
color: #43AF4E;
}
.AnyTagClassName
{
color: #43AF4E;
}
</style>
background-color css
<style>
a { background-color: #43AF4E; }
a { background-color: rgb(67,175,78); }
div.DivClassName
{
background-color: #43AF4E;
}
.BgClassName
{
background-color: #43AF4E;
}
</style>
border-color css
<style>
span { border-color: #43AF4E; }
span { border-color: rgb(67,175,78); }
td.TdClassName
{
border-color: #43AF4E;
}
.TagClassName
{
border-color: #43AF4E;
}
</style>