Shades of Fruit Salad #42A93B
Tints of Fruit Salad #42A93B
RGB
CMYK
RGB Variations
Color information
#42A93B (or 0x42A93B) is known color: Fruit Salad. HEX triplet: 42, A9 and 3B. RGB value is (66,169,59). Sum of RGB (Red+Green+Blue) = 66+169+59=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 169 (66.41% from 255 or 57.48% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 169 - color contains mainly: green. Hex color #42A93B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A93B is #BD56C4. Grayscale: #7D7D7D. Windows color (decimal): -12408517 or 3909954. OLE color: 3909954.
HSL color Cylindrical-coordinate representation of color #42A93B: hue angle of 116.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42A93B is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 59 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.34 |
| HSL | 116.18º | 0.48% | 0.45% | - |
| HSV(B) | 116.18º | 0.65% | 0.66% | - |
| XYZ | 17.22 | 29.85 | 8.99 | - |
| YUV | 125.66 | 90.38 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 59 | 0.61 | 0 | 0.65 | 0.34 | 116.18 | 0.48 | 0.45 |
| Hex | 42 | A9 | 3B | 3D | 0 | 41 | 22 | 74 | 30 | 2D |
| Octal | 102 | 251 | 73 | 75 | 0 | 101 | 42 | 164 | 60 | 55 |
| Binary | 1000010 | 10101001 | 111011 | 111101 | 0 | 1000001 | 100010 | 1110100 | 110000 | 101101 |
Color Harmonies of #42A93B
Complementary color
Monochromatic Colors of #42A93B
Black with #42A93B
Text Example
Text Example
White with #42A93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A93B; }
p { color: rgb(66,169,59); }
H1.HeaderClassName
{
color: #42A93B;
}
.AnyTagClassName
{
color: #42A93B;
}
</style>
background-color css
<style>
a { background-color: #42A93B; }
a { background-color: rgb(66,169,59); }
div.DivClassName
{
background-color: #42A93B;
}
.BgClassName
{
background-color: #42A93B;
}
</style>
border-color css
<style>
span { border-color: #42A93B; }
span { border-color: rgb(66,169,59); }
td.TdClassName
{
border-color: #42A93B;
}
.TagClassName
{
border-color: #42A93B;
}
</style>