Shades of Apple #64B54C
Tints of Apple #64B54C
RGB
CMYK
RGB Variations
Color information
#64B54C (or 0x64B54C) is known color: Apple. HEX triplet: 64, B5 and 4C. RGB value is (100,181,76). Sum of RGB (Red+Green+Blue) = 100+181+76=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #64B54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B54C is #9B4AB3. Grayscale: #919191. Windows color (decimal): -10177204 or 5027172. OLE color: 5027172.
HSL color Cylindrical-coordinate representation of color #64B54C: hue angle of 106.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64B54C is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 76 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.29 |
| HSL | 106.29º | 0.42% | 0.5% | - |
| HSV(B) | 106.29º | 0.58% | 0.71% | - |
| XYZ | 23.08 | 36.28 | 12.62 | - |
| YUV | 144.81 | 89.16 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 76 | 0.45 | 0 | 0.58 | 0.29 | 106.29 | 0.42 | 0.5 |
| Hex | 64 | B5 | 4C | 2D | 0 | 3A | 1D | 6A | 2A | 32 |
| Octal | 144 | 265 | 114 | 55 | 0 | 72 | 35 | 152 | 52 | 62 |
| Binary | 1100100 | 10110101 | 1001100 | 101101 | 0 | 111010 | 11101 | 1101010 | 101010 | 110010 |
Color Harmonies of #64B54C
Complementary color
Monochromatic Colors of #64B54C
Black with #64B54C
Text Example
Text Example
White with #64B54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B54C; }
p { color: rgb(100,181,76); }
H1.HeaderClassName
{
color: #64B54C;
}
.AnyTagClassName
{
color: #64B54C;
}
</style>
background-color css
<style>
a { background-color: #64B54C; }
a { background-color: rgb(100,181,76); }
div.DivClassName
{
background-color: #64B54C;
}
.BgClassName
{
background-color: #64B54C;
}
</style>
border-color css
<style>
span { border-color: #64B54C; }
span { border-color: rgb(100,181,76); }
td.TdClassName
{
border-color: #64B54C;
}
.TagClassName
{
border-color: #64B54C;
}
</style>