Shades of Apple #64BF39
Tints of Apple #64BF39
RGB
CMYK
RGB Variations
Color information
#64BF39 (or 0x64BF39) is known color: Apple. HEX triplet: 64, BF and 39. RGB value is (100,191,57). Sum of RGB (Red+Green+Blue) = 100+191+57=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF39 is #9B40C6. Grayscale: #949494. Windows color (decimal): -10174663 or 3784548. OLE color: 3784548.
HSL color Cylindrical-coordinate representation of color #64BF39: hue angle of 100.75º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64BF39 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 57 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.25 |
| HSL | 100.75º | 0.54% | 0.49% | - |
| HSV(B) | 100.75º | 0.7% | 0.75% | - |
| XYZ | 24.62 | 40.27 | 10.35 | - |
| YUV | 148.52 | 76.35 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 57 | 0.48 | 0 | 0.70 | 0.25 | 100.75 | 0.54 | 0.49 |
| Hex | 64 | BF | 39 | 30 | 0 | 46 | 19 | 65 | 36 | 31 |
| Octal | 144 | 277 | 71 | 60 | 0 | 106 | 31 | 145 | 66 | 61 |
| Binary | 1100100 | 10111111 | 111001 | 110000 | 0 | 1000110 | 11001 | 1100101 | 110110 | 110001 |
Color Harmonies of #64BF39
Complementary color
Monochromatic Colors of #64BF39
Black with #64BF39
Text Example
Text Example
White with #64BF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF39; }
p { color: rgb(100,191,57); }
H1.HeaderClassName
{
color: #64BF39;
}
.AnyTagClassName
{
color: #64BF39;
}
</style>
background-color css
<style>
a { background-color: #64BF39; }
a { background-color: rgb(100,191,57); }
div.DivClassName
{
background-color: #64BF39;
}
.BgClassName
{
background-color: #64BF39;
}
</style>
border-color css
<style>
span { border-color: #64BF39; }
span { border-color: rgb(100,191,57); }
td.TdClassName
{
border-color: #64BF39;
}
.TagClassName
{
border-color: #64BF39;
}
</style>