Shades of Apple #64C04A
Tints of Apple #64C04A
RGB
CMYK
RGB Variations
Color information
#64C04A (or 0x64C04A) is known color: Apple. HEX triplet: 64, C0 and 4A. RGB value is (100,192,74). Sum of RGB (Red+Green+Blue) = 100+192+74=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #64C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C04A is #9B3FB5. Grayscale: #979797. Windows color (decimal): -10174390 or 4898916. OLE color: 4898916.
HSL color Cylindrical-coordinate representation of color #64C04A: hue angle of 106.78º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64C04A is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 74 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.25 |
| HSL | 106.78º | 0.48% | 0.52% | - |
| HSV(B) | 106.78º | 0.61% | 0.75% | - |
| XYZ | 25.34 | 40.9 | 13.04 | - |
| YUV | 151.04 | 84.52 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 74 | 0.48 | 0 | 0.61 | 0.25 | 106.78 | 0.48 | 0.52 |
| Hex | 64 | C0 | 4A | 30 | 0 | 3D | 19 | 6B | 30 | 34 |
| Octal | 144 | 300 | 112 | 60 | 0 | 75 | 31 | 153 | 60 | 64 |
| Binary | 1100100 | 11000000 | 1001010 | 110000 | 0 | 111101 | 11001 | 1101011 | 110000 | 110100 |
Color Harmonies of #64C04A
Complementary color
Monochromatic Colors of #64C04A
Black with #64C04A
Text Example
Text Example
White with #64C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C04A; }
p { color: rgb(100,192,74); }
H1.HeaderClassName
{
color: #64C04A;
}
.AnyTagClassName
{
color: #64C04A;
}
</style>
background-color css
<style>
a { background-color: #64C04A; }
a { background-color: rgb(100,192,74); }
div.DivClassName
{
background-color: #64C04A;
}
.BgClassName
{
background-color: #64C04A;
}
</style>
border-color css
<style>
span { border-color: #64C04A; }
span { border-color: rgb(100,192,74); }
td.TdClassName
{
border-color: #64C04A;
}
.TagClassName
{
border-color: #64C04A;
}
</style>