Shades of Apple #64C642
Tints of Apple #64C642
RGB
CMYK
RGB Variations
Color information
#64C642 (or 0x64C642) is known color: Apple. HEX triplet: 64, C6 and 42. RGB value is (100,198,66). Sum of RGB (Red+Green+Blue) = 100+198+66=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #64C642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C642 is #9B39BD. Grayscale: #9A9A9A. Windows color (decimal): -10172862 or 4376164. OLE color: 4376164.
HSL color Cylindrical-coordinate representation of color #64C642: hue angle of 104.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64C642 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 66 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.22 |
| HSL | 104.55º | 0.54% | 0.52% | - |
| HSV(B) | 104.55º | 0.67% | 0.78% | - |
| XYZ | 26.43 | 43.49 | 12.16 | - |
| YUV | 153.65 | 78.53 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 66 | 0.49 | 0 | 0.67 | 0.22 | 104.55 | 0.54 | 0.52 |
| Hex | 64 | C6 | 42 | 31 | 0 | 43 | 16 | 69 | 36 | 34 |
| Octal | 144 | 306 | 102 | 61 | 0 | 103 | 26 | 151 | 66 | 64 |
| Binary | 1100100 | 11000110 | 1000010 | 110001 | 0 | 1000011 | 10110 | 1101001 | 110110 | 110100 |
Color Harmonies of #64C642
Complementary color
Monochromatic Colors of #64C642
Black with #64C642
Text Example
Text Example
White with #64C642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C642; }
p { color: rgb(100,198,66); }
H1.HeaderClassName
{
color: #64C642;
}
.AnyTagClassName
{
color: #64C642;
}
</style>
background-color css
<style>
a { background-color: #64C642; }
a { background-color: rgb(100,198,66); }
div.DivClassName
{
background-color: #64C642;
}
.BgClassName
{
background-color: #64C642;
}
</style>
border-color css
<style>
span { border-color: #64C642; }
span { border-color: rgb(100,198,66); }
td.TdClassName
{
border-color: #64C642;
}
.TagClassName
{
border-color: #64C642;
}
</style>