Shades of Apple #64C02F
Tints of Apple #64C02F
RGB
CMYK
RGB Variations
Color information
#64C02F (or 0x64C02F) is known color: Apple. HEX triplet: 64, C0 and 2F. RGB value is (100,192,47). Sum of RGB (Red+Green+Blue) = 100+192+47=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #64C02F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C02F is #9B3FD0. Grayscale: #949494. Windows color (decimal): -10174417 or 3129444. OLE color: 3129444.
HSL color Cylindrical-coordinate representation of color #64C02F: hue angle of 98.07º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64C02F is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 47 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.25 |
| HSL | 98.07º | 0.61% | 0.47% | - |
| HSV(B) | 98.07º | 0.76% | 0.75% | - |
| XYZ | 24.62 | 40.61 | 9.23 | - |
| YUV | 147.96 | 71.02 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 47 | 0.48 | 0 | 0.76 | 0.25 | 98.07 | 0.61 | 0.47 |
| Hex | 64 | C0 | 2F | 30 | 0 | 4C | 19 | 62 | 3D | 2F |
| Octal | 144 | 300 | 57 | 60 | 0 | 114 | 31 | 142 | 75 | 57 |
| Binary | 1100100 | 11000000 | 101111 | 110000 | 0 | 1001100 | 11001 | 1100010 | 111101 | 101111 |
Color Harmonies of #64C02F
Complementary color
Monochromatic Colors of #64C02F
Black with #64C02F
Text Example
Text Example
White with #64C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C02F; }
p { color: rgb(100,192,47); }
H1.HeaderClassName
{
color: #64C02F;
}
.AnyTagClassName
{
color: #64C02F;
}
</style>
background-color css
<style>
a { background-color: #64C02F; }
a { background-color: rgb(100,192,47); }
div.DivClassName
{
background-color: #64C02F;
}
.BgClassName
{
background-color: #64C02F;
}
</style>
border-color css
<style>
span { border-color: #64C02F; }
span { border-color: rgb(100,192,47); }
td.TdClassName
{
border-color: #64C02F;
}
.TagClassName
{
border-color: #64C02F;
}
</style>