Shades of Apple #64C84A
Tints of Apple #64C84A
RGB
CMYK
RGB Variations
Color information
#64C84A (or 0x64C84A) is known color: Apple. HEX triplet: 64, C8 and 4A. RGB value is (100,200,74). Sum of RGB (Red+Green+Blue) = 100+200+74=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #64C84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C84A is #9B37B5. Grayscale: #9C9C9C. Windows color (decimal): -10172342 or 4900964. OLE color: 4900964.
HSL color Cylindrical-coordinate representation of color #64C84A: hue angle of 107.62º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64C84A is Cyan = 0.5, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 74 | - |
| CMYK | 0.5 | 0 | 0.63 | 0.22 |
| HSL | 107.62º | 0.53% | 0.54% | - |
| HSV(B) | 107.62º | 0.63% | 0.78% | - |
| XYZ | 27.15 | 44.51 | 13.64 | - |
| YUV | 155.74 | 81.87 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 74 | 0.5 | 0 | 0.63 | 0.22 | 107.62 | 0.53 | 0.54 |
| Hex | 64 | C8 | 4A | 32 | 0 | 3F | 16 | 6C | 35 | 36 |
| Octal | 144 | 310 | 112 | 62 | 0 | 77 | 26 | 154 | 65 | 66 |
| Binary | 1100100 | 11001000 | 1001010 | 110010 | 0 | 111111 | 10110 | 1101100 | 110101 | 110110 |
Color Harmonies of #64C84A
Complementary color
Monochromatic Colors of #64C84A
Black with #64C84A
Text Example
Text Example
White with #64C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C84A; }
p { color: rgb(100,200,74); }
H1.HeaderClassName
{
color: #64C84A;
}
.AnyTagClassName
{
color: #64C84A;
}
</style>
background-color css
<style>
a { background-color: #64C84A; }
a { background-color: rgb(100,200,74); }
div.DivClassName
{
background-color: #64C84A;
}
.BgClassName
{
background-color: #64C84A;
}
</style>
border-color css
<style>
span { border-color: #64C84A; }
span { border-color: rgb(100,200,74); }
td.TdClassName
{
border-color: #64C84A;
}
.TagClassName
{
border-color: #64C84A;
}
</style>