Shades of Apple #64B142
Tints of Apple #64B142
RGB
CMYK
RGB Variations
Color information
#64B142 (or 0x64B142) is known color: Apple. HEX triplet: 64, B1 and 42. RGB value is (100,177,66). Sum of RGB (Red+Green+Blue) = 100+177+66=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #64B142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B142 is #9B4EBD. Grayscale: #8D8D8D. Windows color (decimal): -10178238 or 4370788. OLE color: 4370788.
HSL color Cylindrical-coordinate representation of color #64B142: hue angle of 101.62º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64B142 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 177 | 66 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.31 |
| HSL | 101.62º | 0.46% | 0.48% | - |
| HSV(B) | 101.62º | 0.63% | 0.69% | - |
| XYZ | 21.96 | 34.55 | 10.67 | - |
| YUV | 141.32 | 85.49 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 177 | 66 | 0.44 | 0 | 0.63 | 0.31 | 101.62 | 0.46 | 0.48 |
| Hex | 64 | B1 | 42 | 2C | 0 | 3F | 1F | 66 | 2E | 30 |
| Octal | 144 | 261 | 102 | 54 | 0 | 77 | 37 | 146 | 56 | 60 |
| Binary | 1100100 | 10110001 | 1000010 | 101100 | 0 | 111111 | 11111 | 1100110 | 101110 | 110000 |
Color Harmonies of #64B142
Complementary color
Monochromatic Colors of #64B142
Black with #64B142
Text Example
Text Example
White with #64B142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B142; }
p { color: rgb(100,177,66); }
H1.HeaderClassName
{
color: #64B142;
}
.AnyTagClassName
{
color: #64B142;
}
</style>
background-color css
<style>
a { background-color: #64B142; }
a { background-color: rgb(100,177,66); }
div.DivClassName
{
background-color: #64B142;
}
.BgClassName
{
background-color: #64B142;
}
</style>
border-color css
<style>
span { border-color: #64B142; }
span { border-color: rgb(100,177,66); }
td.TdClassName
{
border-color: #64B142;
}
.TagClassName
{
border-color: #64B142;
}
</style>