Shades of Apple #64C641
Tints of Apple #64C641
RGB
CMYK
RGB Variations
Color information
#64C641 (or 0x64C641) is known color: Apple. HEX triplet: 64, C6 and 41. RGB value is (100,198,65). Sum of RGB (Red+Green+Blue) = 100+198+65=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #64C641 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C641 is #9B39BE. Grayscale: #999999. Windows color (decimal): -10172863 or 4310628. OLE color: 4310628.
HSL color Cylindrical-coordinate representation of color #64C641: hue angle of 104.21º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64C641 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 65 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.22 |
| HSL | 104.21º | 0.54% | 0.52% | - |
| HSV(B) | 104.21º | 0.67% | 0.78% | - |
| XYZ | 26.4 | 43.48 | 12 | - |
| YUV | 153.54 | 78.03 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 65 | 0.49 | 0 | 0.67 | 0.22 | 104.21 | 0.54 | 0.52 |
| Hex | 64 | C6 | 41 | 31 | 0 | 43 | 16 | 68 | 36 | 34 |
| Octal | 144 | 306 | 101 | 61 | 0 | 103 | 26 | 150 | 66 | 64 |
| Binary | 1100100 | 11000110 | 1000001 | 110001 | 0 | 1000011 | 10110 | 1101000 | 110110 | 110100 |
Color Harmonies of #64C641
Complementary color
Monochromatic Colors of #64C641
Black with #64C641
Text Example
Text Example
White with #64C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C641; }
p { color: rgb(100,198,65); }
H1.HeaderClassName
{
color: #64C641;
}
.AnyTagClassName
{
color: #64C641;
}
</style>
background-color css
<style>
a { background-color: #64C641; }
a { background-color: rgb(100,198,65); }
div.DivClassName
{
background-color: #64C641;
}
.BgClassName
{
background-color: #64C641;
}
</style>
border-color css
<style>
span { border-color: #64C641; }
span { border-color: rgb(100,198,65); }
td.TdClassName
{
border-color: #64C641;
}
.TagClassName
{
border-color: #64C641;
}
</style>