Shades of Fruit Salad #42AB36
Tints of Fruit Salad #42AB36
RGB
CMYK
RGB Variations
Color information
#42AB36 (or 0x42AB36) is known color: Fruit Salad. HEX triplet: 42, AB and 36. RGB value is (66,171,54). Sum of RGB (Red+Green+Blue) = 66+171+54=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB36 is #BD54C9. Grayscale: #7E7E7E. Windows color (decimal): -12408010 or 3582786. OLE color: 3582786.
HSL color Cylindrical-coordinate representation of color #42AB36: hue angle of 113.85º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42AB36 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 54 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.33 |
| HSL | 113.85º | 0.52% | 0.44% | - |
| HSV(B) | 113.85º | 0.68% | 0.67% | - |
| XYZ | 17.48 | 30.55 | 8.47 | - |
| YUV | 126.27 | 87.21 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 54 | 0.61 | 0 | 0.68 | 0.33 | 113.85 | 0.52 | 0.44 |
| Hex | 42 | AB | 36 | 3D | 0 | 44 | 21 | 72 | 34 | 2C |
| Octal | 102 | 253 | 66 | 75 | 0 | 104 | 41 | 162 | 64 | 54 |
| Binary | 1000010 | 10101011 | 110110 | 111101 | 0 | 1000100 | 100001 | 1110010 | 110100 | 101100 |
Color Harmonies of #42AB36
Complementary color
Monochromatic Colors of #42AB36
Black with #42AB36
Text Example
Text Example
White with #42AB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB36; }
p { color: rgb(66,171,54); }
H1.HeaderClassName
{
color: #42AB36;
}
.AnyTagClassName
{
color: #42AB36;
}
</style>
background-color css
<style>
a { background-color: #42AB36; }
a { background-color: rgb(66,171,54); }
div.DivClassName
{
background-color: #42AB36;
}
.BgClassName
{
background-color: #42AB36;
}
</style>
border-color css
<style>
span { border-color: #42AB36; }
span { border-color: rgb(66,171,54); }
td.TdClassName
{
border-color: #42AB36;
}
.TagClassName
{
border-color: #42AB36;
}
</style>