Shades of Apple #64C73C
Tints of Apple #64C73C
RGB
CMYK
RGB Variations
Color information
#64C73C (or 0x64C73C) is known color: Apple. HEX triplet: 64, C7 and 3C. RGB value is (100,199,60). Sum of RGB (Red+Green+Blue) = 100+199+60=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 199 (78.12% from 255 or 55.43% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 199 - color contains mainly: green. Hex color #64C73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C73C is #9B38C3. Grayscale: #9A9A9A. Windows color (decimal): -10172612 or 3983204. OLE color: 3983204.
HSL color Cylindrical-coordinate representation of color #64C73C: hue angle of 102.73º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64C73C is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 199 | 60 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.22 |
| HSL | 102.73º | 0.55% | 0.51% | - |
| HSV(B) | 102.73º | 0.7% | 0.78% | - |
| XYZ | 26.49 | 43.88 | 11.35 | - |
| YUV | 153.55 | 75.2 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 199 | 60 | 0.50 | 0 | 0.70 | 0.22 | 102.73 | 0.55 | 0.51 |
| Hex | 64 | C7 | 3C | 32 | 0 | 46 | 16 | 67 | 37 | 33 |
| Octal | 144 | 307 | 74 | 62 | 0 | 106 | 26 | 147 | 67 | 63 |
| Binary | 1100100 | 11000111 | 111100 | 110010 | 0 | 1000110 | 10110 | 1100111 | 110111 | 110011 |
Color Harmonies of #64C73C
Complementary color
Monochromatic Colors of #64C73C
Black with #64C73C
Text Example
Text Example
White with #64C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C73C; }
p { color: rgb(100,199,60); }
H1.HeaderClassName
{
color: #64C73C;
}
.AnyTagClassName
{
color: #64C73C;
}
</style>
background-color css
<style>
a { background-color: #64C73C; }
a { background-color: rgb(100,199,60); }
div.DivClassName
{
background-color: #64C73C;
}
.BgClassName
{
background-color: #64C73C;
}
</style>
border-color css
<style>
span { border-color: #64C73C; }
span { border-color: rgb(100,199,60); }
td.TdClassName
{
border-color: #64C73C;
}
.TagClassName
{
border-color: #64C73C;
}
</style>