Shades of Apple #64BC38
Tints of Apple #64BC38
RGB
CMYK
RGB Variations
Color information
#64BC38 (or 0x64BC38) is known color: Apple. HEX triplet: 64, BC and 38. RGB value is (100,188,56). Sum of RGB (Red+Green+Blue) = 100+188+56=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BC38 is #9B43C7. Grayscale: #939393. Windows color (decimal): -10175432 or 3718244. OLE color: 3718244.
HSL color Cylindrical-coordinate representation of color #64BC38: hue angle of 100º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64BC38 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 56 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.26 |
| HSL | 100º | 0.54% | 0.48% | - |
| HSV(B) | 100º | 0.7% | 0.74% | - |
| XYZ | 23.95 | 38.96 | 10 | - |
| YUV | 146.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 56 | 0.47 | 0 | 0.70 | 0.26 | 100 | 0.54 | 0.48 |
| Hex | 64 | BC | 38 | 2F | 0 | 46 | 1A | 64 | 36 | 30 |
| Octal | 144 | 274 | 70 | 57 | 0 | 106 | 32 | 144 | 66 | 60 |
| Binary | 1100100 | 10111100 | 111000 | 101111 | 0 | 1000110 | 11010 | 1100100 | 110110 | 110000 |
Color Harmonies of #64BC38
Complementary color
Monochromatic Colors of #64BC38
Black with #64BC38
Text Example
Text Example
White with #64BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC38; }
p { color: rgb(100,188,56); }
H1.HeaderClassName
{
color: #64BC38;
}
.AnyTagClassName
{
color: #64BC38;
}
</style>
background-color css
<style>
a { background-color: #64BC38; }
a { background-color: rgb(100,188,56); }
div.DivClassName
{
background-color: #64BC38;
}
.BgClassName
{
background-color: #64BC38;
}
</style>
border-color css
<style>
span { border-color: #64BC38; }
span { border-color: rgb(100,188,56); }
td.TdClassName
{
border-color: #64BC38;
}
.TagClassName
{
border-color: #64BC38;
}
</style>