Shades of Apple #64BF47
Tints of Apple #64BF47
RGB
CMYK
RGB Variations
Color information
#64BF47 (or 0x64BF47) is known color: Apple. HEX triplet: 64, BF and 47. RGB value is (100,191,71). Sum of RGB (Red+Green+Blue) = 100+191+71=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF47 is #9B40B8. Grayscale: #969696. Windows color (decimal): -10174649 or 4702052. OLE color: 4702052.
HSL color Cylindrical-coordinate representation of color #64BF47: hue angle of 105.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64BF47 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 71 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.25 |
| HSL | 105.5º | 0.48% | 0.51% | - |
| HSV(B) | 105.5º | 0.63% | 0.75% | - |
| XYZ | 25.02 | 40.43 | 12.45 | - |
| YUV | 150.11 | 83.35 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 71 | 0.48 | 0 | 0.63 | 0.25 | 105.5 | 0.48 | 0.51 |
| Hex | 64 | BF | 47 | 30 | 0 | 3F | 19 | 6A | 30 | 33 |
| Octal | 144 | 277 | 107 | 60 | 0 | 77 | 31 | 152 | 60 | 63 |
| Binary | 1100100 | 10111111 | 1000111 | 110000 | 0 | 111111 | 11001 | 1101010 | 110000 | 110011 |
Color Harmonies of #64BF47
Complementary color
Monochromatic Colors of #64BF47
Black with #64BF47
Text Example
Text Example
White with #64BF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF47; }
p { color: rgb(100,191,71); }
H1.HeaderClassName
{
color: #64BF47;
}
.AnyTagClassName
{
color: #64BF47;
}
</style>
background-color css
<style>
a { background-color: #64BF47; }
a { background-color: rgb(100,191,71); }
div.DivClassName
{
background-color: #64BF47;
}
.BgClassName
{
background-color: #64BF47;
}
</style>
border-color css
<style>
span { border-color: #64BF47; }
span { border-color: rgb(100,191,71); }
td.TdClassName
{
border-color: #64BF47;
}
.TagClassName
{
border-color: #64BF47;
}
</style>