Shades of Fruit Salad #428F4C
Tints of Fruit Salad #428F4C
RGB
CMYK
RGB Variations
Color information
#428F4C (or 0x428F4C) is known color: Fruit Salad. HEX triplet: 42, 8F and 4C. RGB value is (66,143,76). Sum of RGB (Red+Green+Blue) = 66+143+76=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #428F4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428F4C is #BD70B3. Grayscale: #707070. Windows color (decimal): -12415156 or 5017410. OLE color: 5017410.
HSL color Cylindrical-coordinate representation of color #428F4C: hue angle of 127.79º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428F4C is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 143 | 76 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.44 |
| HSL | 127.79º | 0.37% | 0.41% | - |
| HSV(B) | 127.79º | 0.54% | 0.56% | - |
| XYZ | 13.37 | 21.32 | 10.25 | - |
| YUV | 112.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 76 | 0.54 | 0 | 0.47 | 0.44 | 127.79 | 0.37 | 0.41 |
| Hex | 42 | 8F | 4C | 36 | 0 | 2F | 2C | 80 | 25 | 29 |
| Octal | 102 | 217 | 114 | 66 | 0 | 57 | 54 | 200 | 45 | 51 |
| Binary | 1000010 | 10001111 | 1001100 | 110110 | 0 | 101111 | 101100 | 10000000 | 100101 | 101001 |
Color Harmonies of #428F4C
Complementary color
Monochromatic Colors of #428F4C
Black with #428F4C
Text Example
Text Example
White with #428F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428F4C; }
p { color: rgb(66,143,76); }
H1.HeaderClassName
{
color: #428F4C;
}
.AnyTagClassName
{
color: #428F4C;
}
</style>
background-color css
<style>
a { background-color: #428F4C; }
a { background-color: rgb(66,143,76); }
div.DivClassName
{
background-color: #428F4C;
}
.BgClassName
{
background-color: #428F4C;
}
</style>
border-color css
<style>
span { border-color: #428F4C; }
span { border-color: rgb(66,143,76); }
td.TdClassName
{
border-color: #428F4C;
}
.TagClassName
{
border-color: #428F4C;
}
</style>