Shades of Apple #64BF45
Tints of Apple #64BF45
RGB
CMYK
RGB Variations
Color information
#64BF45 (or 0x64BF45) is known color: Apple. HEX triplet: 64, BF and 45. RGB value is (100,191,69). Sum of RGB (Red+Green+Blue) = 100+191+69=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF45 is #9B40BA. Grayscale: #969696. Windows color (decimal): -10174651 or 4570980. OLE color: 4570980.
HSL color Cylindrical-coordinate representation of color #64BF45: hue angle of 104.75º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64BF45 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 69 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.25 |
| HSL | 104.75º | 0.49% | 0.51% | - |
| HSV(B) | 104.75º | 0.64% | 0.75% | - |
| XYZ | 24.96 | 40.4 | 12.11 | - |
| YUV | 149.88 | 82.35 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 69 | 0.48 | 0 | 0.64 | 0.25 | 104.75 | 0.49 | 0.51 |
| Hex | 64 | BF | 45 | 30 | 0 | 40 | 19 | 69 | 31 | 33 |
| Octal | 144 | 277 | 105 | 60 | 0 | 100 | 31 | 151 | 61 | 63 |
| Binary | 1100100 | 10111111 | 1000101 | 110000 | 0 | 1000000 | 11001 | 1101001 | 110001 | 110011 |
Color Harmonies of #64BF45
Complementary color
Monochromatic Colors of #64BF45
Black with #64BF45
Text Example
Text Example
White with #64BF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF45; }
p { color: rgb(100,191,69); }
H1.HeaderClassName
{
color: #64BF45;
}
.AnyTagClassName
{
color: #64BF45;
}
</style>
background-color css
<style>
a { background-color: #64BF45; }
a { background-color: rgb(100,191,69); }
div.DivClassName
{
background-color: #64BF45;
}
.BgClassName
{
background-color: #64BF45;
}
</style>
border-color css
<style>
span { border-color: #64BF45; }
span { border-color: rgb(100,191,69); }
td.TdClassName
{
border-color: #64BF45;
}
.TagClassName
{
border-color: #64BF45;
}
</style>