Shades of Apple #64BB58
Tints of Apple #64BB58
RGB
CMYK
RGB Variations
Color information
#64BB58 (or 0x64BB58) is known color: Apple. HEX triplet: 64, BB and 58. RGB value is (100,187,88). Sum of RGB (Red+Green+Blue) = 100+187+88=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB58 is #9B44A7. Grayscale: #969696. Windows color (decimal): -10175656 or 5815140. OLE color: 5815140.
HSL color Cylindrical-coordinate representation of color #64BB58: hue angle of 112.73º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64BB58 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 187 | 88 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.27 |
| HSL | 112.73º | 0.42% | 0.54% | - |
| HSV(B) | 112.73º | 0.53% | 0.73% | - |
| XYZ | 24.79 | 38.95 | 15.45 | - |
| YUV | 149.7 | 93.18 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 88 | 0.47 | 0 | 0.53 | 0.27 | 112.73 | 0.42 | 0.54 |
| Hex | 64 | BB | 58 | 2F | 0 | 35 | 1B | 71 | 2A | 36 |
| Octal | 144 | 273 | 130 | 57 | 0 | 65 | 33 | 161 | 52 | 66 |
| Binary | 1100100 | 10111011 | 1011000 | 101111 | 0 | 110101 | 11011 | 1110001 | 101010 | 110110 |
Color Harmonies of #64BB58
Complementary color
Monochromatic Colors of #64BB58
Black with #64BB58
Text Example
Text Example
White with #64BB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BB58; }
p { color: rgb(100,187,88); }
H1.HeaderClassName
{
color: #64BB58;
}
.AnyTagClassName
{
color: #64BB58;
}
</style>
background-color css
<style>
a { background-color: #64BB58; }
a { background-color: rgb(100,187,88); }
div.DivClassName
{
background-color: #64BB58;
}
.BgClassName
{
background-color: #64BB58;
}
</style>
border-color css
<style>
span { border-color: #64BB58; }
span { border-color: rgb(100,187,88); }
td.TdClassName
{
border-color: #64BB58;
}
.TagClassName
{
border-color: #64BB58;
}
</style>