Shades of Apple #64CF2E
Tints of Apple #64CF2E
RGB
CMYK
RGB Variations
Color information
#64CF2E (or 0x64CF2E) is known color: Apple. HEX triplet: 64, CF and 2E. RGB value is (100,207,46). Sum of RGB (Red+Green+Blue) = 100+207+46=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CF2E is #9B30D1. Grayscale: #9D9D9D. Windows color (decimal): -10170578 or 3067748. OLE color: 3067748.
HSL color Cylindrical-coordinate representation of color #64CF2E: hue angle of 99.88º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64CF2E is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 46 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.19 |
| HSL | 99.88º | 0.64% | 0.5% | - |
| HSV(B) | 99.88º | 0.78% | 0.81% | - |
| XYZ | 28.06 | 47.53 | 10.28 | - |
| YUV | 156.65 | 65.55 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 46 | 0.52 | 0 | 0.78 | 0.19 | 99.88 | 0.64 | 0.5 |
| Hex | 64 | CF | 2E | 34 | 0 | 4E | 13 | 64 | 40 | 32 |
| Octal | 144 | 317 | 56 | 64 | 0 | 116 | 23 | 144 | 100 | 62 |
| Binary | 1100100 | 11001111 | 101110 | 110100 | 0 | 1001110 | 10011 | 1100100 | 1000000 | 110010 |
Color Harmonies of #64CF2E
Complementary color
Monochromatic Colors of #64CF2E
Black with #64CF2E
Text Example
Text Example
White with #64CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CF2E; }
p { color: rgb(100,207,46); }
H1.HeaderClassName
{
color: #64CF2E;
}
.AnyTagClassName
{
color: #64CF2E;
}
</style>
background-color css
<style>
a { background-color: #64CF2E; }
a { background-color: rgb(100,207,46); }
div.DivClassName
{
background-color: #64CF2E;
}
.BgClassName
{
background-color: #64CF2E;
}
</style>
border-color css
<style>
span { border-color: #64CF2E; }
span { border-color: rgb(100,207,46); }
td.TdClassName
{
border-color: #64CF2E;
}
.TagClassName
{
border-color: #64CF2E;
}
</style>