Shades of Apple #64C631
Tints of Apple #64C631
RGB
CMYK
RGB Variations
Color information
#64C631 (or 0x64C631) is known color: Apple. HEX triplet: 64, C6 and 31. RGB value is (100,198,49). Sum of RGB (Red+Green+Blue) = 100+198+49=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 198 (77.73% from 255 or 57.06% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 198 - color contains mainly: green. Hex color #64C631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C631 is #9B39CE. Grayscale: #989898. Windows color (decimal): -10172879 or 3262052. OLE color: 3262052.
HSL color Cylindrical-coordinate representation of color #64C631: hue angle of 99.46º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64C631 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 49 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.22 |
| HSL | 99.46º | 0.6% | 0.48% | - |
| HSV(B) | 99.46º | 0.75% | 0.78% | - |
| XYZ | 26 | 43.32 | 9.9 | - |
| YUV | 151.71 | 70.03 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 49 | 0.49 | 0 | 0.75 | 0.22 | 99.46 | 0.6 | 0.48 |
| Hex | 64 | C6 | 31 | 31 | 0 | 4B | 16 | 63 | 3C | 30 |
| Octal | 144 | 306 | 61 | 61 | 0 | 113 | 26 | 143 | 74 | 60 |
| Binary | 1100100 | 11000110 | 110001 | 110001 | 0 | 1001011 | 10110 | 1100011 | 111100 | 110000 |
Color Harmonies of #64C631
Complementary color
Monochromatic Colors of #64C631
Black with #64C631
Text Example
Text Example
White with #64C631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C631; }
p { color: rgb(100,198,49); }
H1.HeaderClassName
{
color: #64C631;
}
.AnyTagClassName
{
color: #64C631;
}
</style>
background-color css
<style>
a { background-color: #64C631; }
a { background-color: rgb(100,198,49); }
div.DivClassName
{
background-color: #64C631;
}
.BgClassName
{
background-color: #64C631;
}
</style>
border-color css
<style>
span { border-color: #64C631; }
span { border-color: rgb(100,198,49); }
td.TdClassName
{
border-color: #64C631;
}
.TagClassName
{
border-color: #64C631;
}
</style>