Shades of Apple #64C94B
Tints of Apple #64C94B
RGB
CMYK
RGB Variations
Color information
#64C94B (or 0x64C94B) is known color: Apple. HEX triplet: 64, C9 and 4B. RGB value is (100,201,75). Sum of RGB (Red+Green+Blue) = 100+201+75=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #64C94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C94B is #9B36B4. Grayscale: #9C9C9C. Windows color (decimal): -10172085 or 4966756. OLE color: 4966756.
HSL color Cylindrical-coordinate representation of color #64C94B: hue angle of 108.1º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64C94B is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 75 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.21 |
| HSL | 108.1º | 0.54% | 0.54% | - |
| HSV(B) | 108.1º | 0.63% | 0.79% | - |
| XYZ | 27.41 | 44.99 | 13.9 | - |
| YUV | 156.44 | 82.04 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 75 | 0.50 | 0 | 0.63 | 0.21 | 108.1 | 0.54 | 0.54 |
| Hex | 64 | C9 | 4B | 32 | 0 | 3F | 15 | 6C | 36 | 36 |
| Octal | 144 | 311 | 113 | 62 | 0 | 77 | 25 | 154 | 66 | 66 |
| Binary | 1100100 | 11001001 | 1001011 | 110010 | 0 | 111111 | 10101 | 1101100 | 110110 | 110110 |
Color Harmonies of #64C94B
Complementary color
Monochromatic Colors of #64C94B
Black with #64C94B
Text Example
Text Example
White with #64C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C94B; }
p { color: rgb(100,201,75); }
H1.HeaderClassName
{
color: #64C94B;
}
.AnyTagClassName
{
color: #64C94B;
}
</style>
background-color css
<style>
a { background-color: #64C94B; }
a { background-color: rgb(100,201,75); }
div.DivClassName
{
background-color: #64C94B;
}
.BgClassName
{
background-color: #64C94B;
}
</style>
border-color css
<style>
span { border-color: #64C94B; }
span { border-color: rgb(100,201,75); }
td.TdClassName
{
border-color: #64C94B;
}
.TagClassName
{
border-color: #64C94B;
}
</style>