Shades of Apple #64C54A
Tints of Apple #64C54A
RGB
CMYK
RGB Variations
Color information
#64C54A (or 0x64C54A) is known color: Apple. HEX triplet: 64, C5 and 4A. RGB value is (100,197,74). Sum of RGB (Red+Green+Blue) = 100+197+74=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #64C54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C54A is #9B3AB5. Grayscale: #9A9A9A. Windows color (decimal): -10173110 or 4900196. OLE color: 4900196.
HSL color Cylindrical-coordinate representation of color #64C54A: hue angle of 107.32º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64C54A is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 74 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.23 |
| HSL | 107.32º | 0.51% | 0.53% | - |
| HSV(B) | 107.32º | 0.62% | 0.77% | - |
| XYZ | 26.46 | 43.14 | 13.41 | - |
| YUV | 153.98 | 82.86 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 74 | 0.49 | 0 | 0.62 | 0.23 | 107.32 | 0.51 | 0.53 |
| Hex | 64 | C5 | 4A | 31 | 0 | 3E | 17 | 6B | 33 | 35 |
| Octal | 144 | 305 | 112 | 61 | 0 | 76 | 27 | 153 | 63 | 65 |
| Binary | 1100100 | 11000101 | 1001010 | 110001 | 0 | 111110 | 10111 | 1101011 | 110011 | 110101 |
Color Harmonies of #64C54A
Complementary color
Monochromatic Colors of #64C54A
Black with #64C54A
Text Example
Text Example
White with #64C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C54A; }
p { color: rgb(100,197,74); }
H1.HeaderClassName
{
color: #64C54A;
}
.AnyTagClassName
{
color: #64C54A;
}
</style>
background-color css
<style>
a { background-color: #64C54A; }
a { background-color: rgb(100,197,74); }
div.DivClassName
{
background-color: #64C54A;
}
.BgClassName
{
background-color: #64C54A;
}
</style>
border-color css
<style>
span { border-color: #64C54A; }
span { border-color: rgb(100,197,74); }
td.TdClassName
{
border-color: #64C54A;
}
.TagClassName
{
border-color: #64C54A;
}
</style>