Shades of Fruit Salad #43AD4B
Tints of Fruit Salad #43AD4B
RGB
CMYK
RGB Variations
Color information
#43AD4B (or 0x43AD4B) is known color: Fruit Salad. HEX triplet: 43, AD and 4B. RGB value is (67,173,75). Sum of RGB (Red+Green+Blue) = 67+173+75=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #43AD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43AD4B is #BC52B4. Grayscale: #828282. Windows color (decimal): -12341941 or 4959555. OLE color: 4959555.
HSL color Cylindrical-coordinate representation of color #43AD4B: hue angle of 124.53º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AD4B is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 173 | 75 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.32 |
| HSL | 124.53º | 0.44% | 0.47% | - |
| HSV(B) | 124.53º | 0.61% | 0.68% | - |
| XYZ | 18.53 | 31.59 | 11.78 | - |
| YUV | 130.13 | 96.88 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 75 | 0.61 | 0 | 0.57 | 0.32 | 124.53 | 0.44 | 0.47 |
| Hex | 43 | AD | 4B | 3D | 0 | 39 | 20 | 7D | 2C | 2F |
| Octal | 103 | 255 | 113 | 75 | 0 | 71 | 40 | 175 | 54 | 57 |
| Binary | 1000011 | 10101101 | 1001011 | 111101 | 0 | 111001 | 100000 | 1111101 | 101100 | 101111 |
Color Harmonies of #43AD4B
Complementary color
Monochromatic Colors of #43AD4B
Black with #43AD4B
Text Example
Text Example
White with #43AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AD4B; }
p { color: rgb(67,173,75); }
H1.HeaderClassName
{
color: #43AD4B;
}
.AnyTagClassName
{
color: #43AD4B;
}
</style>
background-color css
<style>
a { background-color: #43AD4B; }
a { background-color: rgb(67,173,75); }
div.DivClassName
{
background-color: #43AD4B;
}
.BgClassName
{
background-color: #43AD4B;
}
</style>
border-color css
<style>
span { border-color: #43AD4B; }
span { border-color: rgb(67,173,75); }
td.TdClassName
{
border-color: #43AD4B;
}
.TagClassName
{
border-color: #43AD4B;
}
</style>