Shades of Apple #64C346
Tints of Apple #64C346
RGB
CMYK
RGB Variations
Color information
#64C346 (or 0x64C346) is known color: Apple. HEX triplet: 64, C3 and 46. RGB value is (100,195,70). Sum of RGB (Red+Green+Blue) = 100+195+70=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #64C346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C346 is #9B3CB9. Grayscale: #989898. Windows color (decimal): -10173626 or 4637540. OLE color: 4637540.
HSL color Cylindrical-coordinate representation of color #64C346: hue angle of 105.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64C346 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 70 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.24 |
| HSL | 105.6º | 0.51% | 0.52% | - |
| HSV(B) | 105.6º | 0.64% | 0.76% | - |
| XYZ | 25.88 | 42.18 | 12.57 | - |
| YUV | 152.35 | 81.53 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 70 | 0.49 | 0 | 0.64 | 0.24 | 105.6 | 0.51 | 0.52 |
| Hex | 64 | C3 | 46 | 31 | 0 | 40 | 18 | 6A | 33 | 34 |
| Octal | 144 | 303 | 106 | 61 | 0 | 100 | 30 | 152 | 63 | 64 |
| Binary | 1100100 | 11000011 | 1000110 | 110001 | 0 | 1000000 | 11000 | 1101010 | 110011 | 110100 |
Color Harmonies of #64C346
Complementary color
Monochromatic Colors of #64C346
Black with #64C346
Text Example
Text Example
White with #64C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C346; }
p { color: rgb(100,195,70); }
H1.HeaderClassName
{
color: #64C346;
}
.AnyTagClassName
{
color: #64C346;
}
</style>
background-color css
<style>
a { background-color: #64C346; }
a { background-color: rgb(100,195,70); }
div.DivClassName
{
background-color: #64C346;
}
.BgClassName
{
background-color: #64C346;
}
</style>
border-color css
<style>
span { border-color: #64C346; }
span { border-color: rgb(100,195,70); }
td.TdClassName
{
border-color: #64C346;
}
.TagClassName
{
border-color: #64C346;
}
</style>