Shades of Fruit Salad #43AF4A
Tints of Fruit Salad #43AF4A
RGB
CMYK
RGB Variations
Color information
#43AF4A (or 0x43AF4A) is known color: Fruit Salad. HEX triplet: 43, AF and 4A. RGB value is (67,175,74). Sum of RGB (Red+Green+Blue) = 67+175+74=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #43AF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43AF4A is #BC50B5. Grayscale: #838383. Windows color (decimal): -12341430 or 4894531. OLE color: 4894531.
HSL color Cylindrical-coordinate representation of color #43AF4A: hue angle of 123.89º 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 #43AF4A is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 175 | 74 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.31 |
| HSL | 123.89º | 0.45% | 0.47% | - |
| HSV(B) | 123.89º | 0.62% | 0.69% | - |
| XYZ | 18.88 | 32.35 | 11.73 | - |
| YUV | 131.19 | 95.72 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 175 | 74 | 0.62 | 0 | 0.58 | 0.31 | 123.89 | 0.45 | 0.47 |
| Hex | 43 | AF | 4A | 3E | 0 | 3A | 1F | 7C | 2D | 2F |
| Octal | 103 | 257 | 112 | 76 | 0 | 72 | 37 | 174 | 55 | 57 |
| Binary | 1000011 | 10101111 | 1001010 | 111110 | 0 | 111010 | 11111 | 1111100 | 101101 | 101111 |
Color Harmonies of #43AF4A
Complementary color
Monochromatic Colors of #43AF4A
Black with #43AF4A
Text Example
Text Example
White with #43AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AF4A; }
p { color: rgb(67,175,74); }
H1.HeaderClassName
{
color: #43AF4A;
}
.AnyTagClassName
{
color: #43AF4A;
}
</style>
background-color css
<style>
a { background-color: #43AF4A; }
a { background-color: rgb(67,175,74); }
div.DivClassName
{
background-color: #43AF4A;
}
.BgClassName
{
background-color: #43AF4A;
}
</style>
border-color css
<style>
span { border-color: #43AF4A; }
span { border-color: rgb(67,175,74); }
td.TdClassName
{
border-color: #43AF4A;
}
.TagClassName
{
border-color: #43AF4A;
}
</style>