Shades of Apple #64C340
Tints of Apple #64C340
RGB
CMYK
RGB Variations
Color information
#64C340 (or 0x64C340) is known color: Apple. HEX triplet: 64, C3 and 40. RGB value is (100,195,64). Sum of RGB (Red+Green+Blue) = 100+195+64=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #64C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C340 is #9B3CBF. Grayscale: #989898. Windows color (decimal): -10173632 or 4244324. OLE color: 4244324.
HSL color Cylindrical-coordinate representation of color #64C340: hue angle of 103.51º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64C340 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 64 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.24 |
| HSL | 103.51º | 0.52% | 0.51% | - |
| HSV(B) | 103.51º | 0.67% | 0.76% | - |
| XYZ | 25.7 | 42.11 | 11.62 | - |
| YUV | 151.66 | 78.53 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 64 | 0.49 | 0 | 0.67 | 0.24 | 103.51 | 0.52 | 0.51 |
| Hex | 64 | C3 | 40 | 31 | 0 | 43 | 18 | 68 | 34 | 33 |
| Octal | 144 | 303 | 100 | 61 | 0 | 103 | 30 | 150 | 64 | 63 |
| Binary | 1100100 | 11000011 | 1000000 | 110001 | 0 | 1000011 | 11000 | 1101000 | 110100 | 110011 |
Color Harmonies of #64C340
Complementary color
Monochromatic Colors of #64C340
Black with #64C340
Text Example
Text Example
White with #64C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C340; }
p { color: rgb(100,195,64); }
H1.HeaderClassName
{
color: #64C340;
}
.AnyTagClassName
{
color: #64C340;
}
</style>
background-color css
<style>
a { background-color: #64C340; }
a { background-color: rgb(100,195,64); }
div.DivClassName
{
background-color: #64C340;
}
.BgClassName
{
background-color: #64C340;
}
</style>
border-color css
<style>
span { border-color: #64C340; }
span { border-color: rgb(100,195,64); }
td.TdClassName
{
border-color: #64C340;
}
.TagClassName
{
border-color: #64C340;
}
</style>