Shades of Apple #64C438
Tints of Apple #64C438
RGB
CMYK
RGB Variations
Color information
#64C438 (or 0x64C438) is known color: Apple. HEX triplet: 64, C4 and 38. RGB value is (100,196,56). Sum of RGB (Red+Green+Blue) = 100+196+56=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #64C438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C438 is #9B3BC7. Grayscale: #979797. Windows color (decimal): -10173384 or 3720292. OLE color: 3720292.
HSL color Cylindrical-coordinate representation of color #64C438: hue angle of 101.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64C438 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 196 | 56 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.23 |
| HSL | 101.14º | 0.56% | 0.49% | - |
| HSV(B) | 101.14º | 0.71% | 0.77% | - |
| XYZ | 25.71 | 42.47 | 10.58 | - |
| YUV | 151.34 | 74.2 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 196 | 56 | 0.49 | 0 | 0.71 | 0.23 | 101.14 | 0.56 | 0.49 |
| Hex | 64 | C4 | 38 | 31 | 0 | 47 | 17 | 65 | 38 | 31 |
| Octal | 144 | 304 | 70 | 61 | 0 | 107 | 27 | 145 | 70 | 61 |
| Binary | 1100100 | 11000100 | 111000 | 110001 | 0 | 1000111 | 10111 | 1100101 | 111000 | 110001 |
Color Harmonies of #64C438
Complementary color
Monochromatic Colors of #64C438
Black with #64C438
Text Example
Text Example
White with #64C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C438; }
p { color: rgb(100,196,56); }
H1.HeaderClassName
{
color: #64C438;
}
.AnyTagClassName
{
color: #64C438;
}
</style>
background-color css
<style>
a { background-color: #64C438; }
a { background-color: rgb(100,196,56); }
div.DivClassName
{
background-color: #64C438;
}
.BgClassName
{
background-color: #64C438;
}
</style>
border-color css
<style>
span { border-color: #64C438; }
span { border-color: rgb(100,196,56); }
td.TdClassName
{
border-color: #64C438;
}
.TagClassName
{
border-color: #64C438;
}
</style>