Shades of Apple #64CF46
Tints of Apple #64CF46
RGB
CMYK
RGB Variations
Color information
#64CF46 (or 0x64CF46) is known color: Apple. HEX triplet: 64, CF and 46. RGB value is (100,207,70). Sum of RGB (Red+Green+Blue) = 100+207+70=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CF46 is #9B30B9. Grayscale: #9F9F9F. Windows color (decimal): -10170554 or 4640612. OLE color: 4640612.
HSL color Cylindrical-coordinate representation of color #64CF46: hue angle of 106.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64CF46 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 70 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.19 |
| HSL | 106.86º | 0.59% | 0.54% | - |
| HSV(B) | 106.86º | 0.66% | 0.81% | - |
| XYZ | 28.67 | 47.78 | 13.51 | - |
| YUV | 159.39 | 77.55 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 70 | 0.52 | 0 | 0.66 | 0.19 | 106.86 | 0.59 | 0.54 |
| Hex | 64 | CF | 46 | 34 | 0 | 42 | 13 | 6B | 3B | 36 |
| Octal | 144 | 317 | 106 | 64 | 0 | 102 | 23 | 153 | 73 | 66 |
| Binary | 1100100 | 11001111 | 1000110 | 110100 | 0 | 1000010 | 10011 | 1101011 | 111011 | 110110 |
Color Harmonies of #64CF46
Complementary color
Monochromatic Colors of #64CF46
Black with #64CF46
Text Example
Text Example
White with #64CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CF46; }
p { color: rgb(100,207,70); }
H1.HeaderClassName
{
color: #64CF46;
}
.AnyTagClassName
{
color: #64CF46;
}
</style>
background-color css
<style>
a { background-color: #64CF46; }
a { background-color: rgb(100,207,70); }
div.DivClassName
{
background-color: #64CF46;
}
.BgClassName
{
background-color: #64CF46;
}
</style>
border-color css
<style>
span { border-color: #64CF46; }
span { border-color: rgb(100,207,70); }
td.TdClassName
{
border-color: #64CF46;
}
.TagClassName
{
border-color: #64CF46;
}
</style>