Shades of Apple #64BF2C
Tints of Apple #64BF2C
RGB
CMYK
RGB Variations
Color information
#64BF2C (or 0x64BF2C) is known color: Apple. HEX triplet: 64, BF and 2C. RGB value is (100,191,44). Sum of RGB (Red+Green+Blue) = 100+191+44=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF2C is #9B40D3. Grayscale: #939393. Windows color (decimal): -10174676 or 2932580. OLE color: 2932580.
HSL color Cylindrical-coordinate representation of color #64BF2C: hue angle of 97.14º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64BF2C is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 44 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.25 |
| HSL | 97.14º | 0.63% | 0.46% | - |
| HSV(B) | 97.14º | 0.77% | 0.75% | - |
| XYZ | 24.34 | 40.15 | 8.85 | - |
| YUV | 147.03 | 69.85 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 44 | 0.48 | 0 | 0.77 | 0.25 | 97.14 | 0.63 | 0.46 |
| Hex | 64 | BF | 2C | 30 | 0 | 4D | 19 | 61 | 3F | 2E |
| Octal | 144 | 277 | 54 | 60 | 0 | 115 | 31 | 141 | 77 | 56 |
| Binary | 1100100 | 10111111 | 101100 | 110000 | 0 | 1001101 | 11001 | 1100001 | 111111 | 101110 |
Color Harmonies of #64BF2C
Complementary color
Monochromatic Colors of #64BF2C
Black with #64BF2C
Text Example
Text Example
White with #64BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF2C; }
p { color: rgb(100,191,44); }
H1.HeaderClassName
{
color: #64BF2C;
}
.AnyTagClassName
{
color: #64BF2C;
}
</style>
background-color css
<style>
a { background-color: #64BF2C; }
a { background-color: rgb(100,191,44); }
div.DivClassName
{
background-color: #64BF2C;
}
.BgClassName
{
background-color: #64BF2C;
}
</style>
border-color css
<style>
span { border-color: #64BF2C; }
span { border-color: rgb(100,191,44); }
td.TdClassName
{
border-color: #64BF2C;
}
.TagClassName
{
border-color: #64BF2C;
}
</style>