Shades of Apple #64CD4D
Tints of Apple #64CD4D
RGB
CMYK
RGB Variations
Color information
#64CD4D (or 0x64CD4D) is known color: Apple. HEX triplet: 64, CD and 4D. RGB value is (100,205,77). Sum of RGB (Red+Green+Blue) = 100+205+77=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD4D is #9B32B2. Grayscale: #9F9F9F. Windows color (decimal): -10171059 or 5098852. OLE color: 5098852.
HSL color Cylindrical-coordinate representation of color #64CD4D: hue angle of 109.22º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64CD4D is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 77 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.20 |
| HSL | 109.22º | 0.56% | 0.55% | - |
| HSV(B) | 109.22º | 0.62% | 0.8% | - |
| XYZ | 28.43 | 46.91 | 14.58 | - |
| YUV | 159.01 | 81.71 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 77 | 0.51 | 0 | 0.62 | 0.20 | 109.22 | 0.56 | 0.55 |
| Hex | 64 | CD | 4D | 33 | 0 | 3E | 14 | 6D | 38 | 37 |
| Octal | 144 | 315 | 115 | 63 | 0 | 76 | 24 | 155 | 70 | 67 |
| Binary | 1100100 | 11001101 | 1001101 | 110011 | 0 | 111110 | 10100 | 1101101 | 111000 | 110111 |
Color Harmonies of #64CD4D
Complementary color
Monochromatic Colors of #64CD4D
Black with #64CD4D
Text Example
Text Example
White with #64CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD4D; }
p { color: rgb(100,205,77); }
H1.HeaderClassName
{
color: #64CD4D;
}
.AnyTagClassName
{
color: #64CD4D;
}
</style>
background-color css
<style>
a { background-color: #64CD4D; }
a { background-color: rgb(100,205,77); }
div.DivClassName
{
background-color: #64CD4D;
}
.BgClassName
{
background-color: #64CD4D;
}
</style>
border-color css
<style>
span { border-color: #64CD4D; }
span { border-color: rgb(100,205,77); }
td.TdClassName
{
border-color: #64CD4D;
}
.TagClassName
{
border-color: #64CD4D;
}
</style>