Shades of Apple #64BD38
Tints of Apple #64BD38
RGB
CMYK
RGB Variations
Color information
#64BD38 (or 0x64BD38) is known color: Apple. HEX triplet: 64, BD and 38. RGB value is (100,189,56). Sum of RGB (Red+Green+Blue) = 100+189+56=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BD38 is #9B42C7. Grayscale: #939393. Windows color (decimal): -10175176 or 3718500. OLE color: 3718500.
HSL color Cylindrical-coordinate representation of color #64BD38: hue angle of 100.15º 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 #64BD38 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 56 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.26 |
| HSL | 100.15º | 0.54% | 0.48% | - |
| HSV(B) | 100.15º | 0.7% | 0.74% | - |
| XYZ | 24.17 | 39.39 | 10.07 | - |
| YUV | 147.23 | 76.51 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 56 | 0.47 | 0 | 0.70 | 0.26 | 100.15 | 0.54 | 0.48 |
| Hex | 64 | BD | 38 | 2F | 0 | 46 | 1A | 64 | 36 | 30 |
| Octal | 144 | 275 | 70 | 57 | 0 | 106 | 32 | 144 | 66 | 60 |
| Binary | 1100100 | 10111101 | 111000 | 101111 | 0 | 1000110 | 11010 | 1100100 | 110110 | 110000 |
Color Harmonies of #64BD38
Complementary color
Monochromatic Colors of #64BD38
Black with #64BD38
Text Example
Text Example
White with #64BD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BD38; }
p { color: rgb(100,189,56); }
H1.HeaderClassName
{
color: #64BD38;
}
.AnyTagClassName
{
color: #64BD38;
}
</style>
background-color css
<style>
a { background-color: #64BD38; }
a { background-color: rgb(100,189,56); }
div.DivClassName
{
background-color: #64BD38;
}
.BgClassName
{
background-color: #64BD38;
}
</style>
border-color css
<style>
span { border-color: #64BD38; }
span { border-color: rgb(100,189,56); }
td.TdClassName
{
border-color: #64BD38;
}
.TagClassName
{
border-color: #64BD38;
}
</style>