Shades of Apple #64C638
Tints of Apple #64C638
RGB
CMYK
RGB Variations
Color information
#64C638 (or 0x64C638) is known color: Apple. HEX triplet: 64, C6 and 38. RGB value is (100,198,56). Sum of RGB (Red+Green+Blue) = 100+198+56=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #64C638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C638 is #9B39C7. Grayscale: #989898. Windows color (decimal): -10172872 or 3720804. OLE color: 3720804.
HSL color Cylindrical-coordinate representation of color #64C638: hue angle of 101.41º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64C638 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 56 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.22 |
| HSL | 101.41º | 0.56% | 0.5% | - |
| HSV(B) | 101.41º | 0.72% | 0.78% | - |
| XYZ | 26.16 | 43.38 | 10.74 | - |
| YUV | 152.51 | 73.53 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 56 | 0.49 | 0 | 0.72 | 0.22 | 101.41 | 0.56 | 0.5 |
| Hex | 64 | C6 | 38 | 31 | 0 | 48 | 16 | 65 | 38 | 32 |
| Octal | 144 | 306 | 70 | 61 | 0 | 110 | 26 | 145 | 70 | 62 |
| Binary | 1100100 | 11000110 | 111000 | 110001 | 0 | 1001000 | 10110 | 1100101 | 111000 | 110010 |
Color Harmonies of #64C638
Complementary color
Monochromatic Colors of #64C638
Black with #64C638
Text Example
Text Example
White with #64C638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C638; }
p { color: rgb(100,198,56); }
H1.HeaderClassName
{
color: #64C638;
}
.AnyTagClassName
{
color: #64C638;
}
</style>
background-color css
<style>
a { background-color: #64C638; }
a { background-color: rgb(100,198,56); }
div.DivClassName
{
background-color: #64C638;
}
.BgClassName
{
background-color: #64C638;
}
</style>
border-color css
<style>
span { border-color: #64C638; }
span { border-color: rgb(100,198,56); }
td.TdClassName
{
border-color: #64C638;
}
.TagClassName
{
border-color: #64C638;
}
</style>