Shades of Apple #64D33C
Tints of Apple #64D33C
RGB
CMYK
RGB Variations
Color information
#64D33C (or 0x64D33C) is known color: Apple. HEX triplet: 64, D3 and 3C. RGB value is (100,211,60). Sum of RGB (Red+Green+Blue) = 100+211+60=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #64D33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D33C is #9B2CC3. Grayscale: #A1A1A1. Windows color (decimal): -10169540 or 3986276. OLE color: 3986276.
HSL color Cylindrical-coordinate representation of color #64D33C: hue angle of 104.11º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64D33C is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 211 | 60 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.17 |
| HSL | 104.11º | 0.63% | 0.53% | - |
| HSV(B) | 104.11º | 0.72% | 0.83% | - |
| XYZ | 29.37 | 49.62 | 12.31 | - |
| YUV | 160.6 | 71.23 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 60 | 0.53 | 0 | 0.72 | 0.17 | 104.11 | 0.63 | 0.53 |
| Hex | 64 | D3 | 3C | 35 | 0 | 48 | 11 | 68 | 3F | 35 |
| Octal | 144 | 323 | 74 | 65 | 0 | 110 | 21 | 150 | 77 | 65 |
| Binary | 1100100 | 11010011 | 111100 | 110101 | 0 | 1001000 | 10001 | 1101000 | 111111 | 110101 |
Color Harmonies of #64D33C
Complementary color
Monochromatic Colors of #64D33C
Black with #64D33C
Text Example
Text Example
White with #64D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D33C; }
p { color: rgb(100,211,60); }
H1.HeaderClassName
{
color: #64D33C;
}
.AnyTagClassName
{
color: #64D33C;
}
</style>
background-color css
<style>
a { background-color: #64D33C; }
a { background-color: rgb(100,211,60); }
div.DivClassName
{
background-color: #64D33C;
}
.BgClassName
{
background-color: #64D33C;
}
</style>
border-color css
<style>
span { border-color: #64D33C; }
span { border-color: rgb(100,211,60); }
td.TdClassName
{
border-color: #64D33C;
}
.TagClassName
{
border-color: #64D33C;
}
</style>