Shades of Apple #64CF40
Tints of Apple #64CF40
RGB
CMYK
RGB Variations
Color information
#64CF40 (or 0x64CF40) is known color: Apple. HEX triplet: 64, CF and 40. RGB value is (100,207,64). Sum of RGB (Red+Green+Blue) = 100+207+64=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CF40 is #9B30BF. Grayscale: #9F9F9F. Windows color (decimal): -10170560 or 4247396. OLE color: 4247396.
HSL color Cylindrical-coordinate representation of color #64CF40: hue angle of 104.9º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64CF40 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 64 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.19 |
| HSL | 104.9º | 0.6% | 0.53% | - |
| HSV(B) | 104.9º | 0.69% | 0.81% | - |
| XYZ | 28.49 | 47.71 | 12.56 | - |
| YUV | 158.71 | 74.55 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 64 | 0.52 | 0 | 0.69 | 0.19 | 104.9 | 0.6 | 0.53 |
| Hex | 64 | CF | 40 | 34 | 0 | 45 | 13 | 69 | 3C | 35 |
| Octal | 144 | 317 | 100 | 64 | 0 | 105 | 23 | 151 | 74 | 65 |
| Binary | 1100100 | 11001111 | 1000000 | 110100 | 0 | 1000101 | 10011 | 1101001 | 111100 | 110101 |
Color Harmonies of #64CF40
Complementary color
Monochromatic Colors of #64CF40
Black with #64CF40
Text Example
Text Example
White with #64CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CF40; }
p { color: rgb(100,207,64); }
H1.HeaderClassName
{
color: #64CF40;
}
.AnyTagClassName
{
color: #64CF40;
}
</style>
background-color css
<style>
a { background-color: #64CF40; }
a { background-color: rgb(100,207,64); }
div.DivClassName
{
background-color: #64CF40;
}
.BgClassName
{
background-color: #64CF40;
}
</style>
border-color css
<style>
span { border-color: #64CF40; }
span { border-color: rgb(100,207,64); }
td.TdClassName
{
border-color: #64CF40;
}
.TagClassName
{
border-color: #64CF40;
}
</style>