Shades of Apple #64C53D
Tints of Apple #64C53D
RGB
CMYK
RGB Variations
Color information
#64C53D (or 0x64C53D) is known color: Apple. HEX triplet: 64, C5 and 3D. RGB value is (100,197,61). Sum of RGB (Red+Green+Blue) = 100+197+61=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #64C53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C53D is #9B3AC2. Grayscale: #989898. Windows color (decimal): -10173123 or 4048228. OLE color: 4048228.
HSL color Cylindrical-coordinate representation of color #64C53D: hue angle of 102.79º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64C53D is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 61 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.23 |
| HSL | 102.79º | 0.54% | 0.51% | - |
| HSV(B) | 102.79º | 0.69% | 0.77% | - |
| XYZ | 26.06 | 42.98 | 11.34 | - |
| YUV | 152.49 | 76.36 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 61 | 0.49 | 0 | 0.69 | 0.23 | 102.79 | 0.54 | 0.51 |
| Hex | 64 | C5 | 3D | 31 | 0 | 45 | 17 | 67 | 36 | 33 |
| Octal | 144 | 305 | 75 | 61 | 0 | 105 | 27 | 147 | 66 | 63 |
| Binary | 1100100 | 11000101 | 111101 | 110001 | 0 | 1000101 | 10111 | 1100111 | 110110 | 110011 |
Color Harmonies of #64C53D
Complementary color
Monochromatic Colors of #64C53D
Black with #64C53D
Text Example
Text Example
White with #64C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C53D; }
p { color: rgb(100,197,61); }
H1.HeaderClassName
{
color: #64C53D;
}
.AnyTagClassName
{
color: #64C53D;
}
</style>
background-color css
<style>
a { background-color: #64C53D; }
a { background-color: rgb(100,197,61); }
div.DivClassName
{
background-color: #64C53D;
}
.BgClassName
{
background-color: #64C53D;
}
</style>
border-color css
<style>
span { border-color: #64C53D; }
span { border-color: rgb(100,197,61); }
td.TdClassName
{
border-color: #64C53D;
}
.TagClassName
{
border-color: #64C53D;
}
</style>