Shades of Apple #64C04B
Tints of Apple #64C04B
RGB
CMYK
RGB Variations
Color information
#64C04B (or 0x64C04B) is known color: Apple. HEX triplet: 64, C0 and 4B. RGB value is (100,192,75). Sum of RGB (Red+Green+Blue) = 100+192+75=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #64C04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C04B is #9B3FB4. Grayscale: #979797. Windows color (decimal): -10174389 or 4964452. OLE color: 4964452.
HSL color Cylindrical-coordinate representation of color #64C04B: hue angle of 107.18º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64C04B is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 75 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.25 |
| HSL | 107.18º | 0.48% | 0.52% | - |
| HSV(B) | 107.18º | 0.61% | 0.75% | - |
| XYZ | 25.38 | 40.92 | 13.22 | - |
| YUV | 151.15 | 85.02 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 75 | 0.48 | 0 | 0.61 | 0.25 | 107.18 | 0.48 | 0.52 |
| Hex | 64 | C0 | 4B | 30 | 0 | 3D | 19 | 6B | 30 | 34 |
| Octal | 144 | 300 | 113 | 60 | 0 | 75 | 31 | 153 | 60 | 64 |
| Binary | 1100100 | 11000000 | 1001011 | 110000 | 0 | 111101 | 11001 | 1101011 | 110000 | 110100 |
Color Harmonies of #64C04B
Complementary color
Monochromatic Colors of #64C04B
Black with #64C04B
Text Example
Text Example
White with #64C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C04B; }
p { color: rgb(100,192,75); }
H1.HeaderClassName
{
color: #64C04B;
}
.AnyTagClassName
{
color: #64C04B;
}
</style>
background-color css
<style>
a { background-color: #64C04B; }
a { background-color: rgb(100,192,75); }
div.DivClassName
{
background-color: #64C04B;
}
.BgClassName
{
background-color: #64C04B;
}
</style>
border-color css
<style>
span { border-color: #64C04B; }
span { border-color: rgb(100,192,75); }
td.TdClassName
{
border-color: #64C04B;
}
.TagClassName
{
border-color: #64C04B;
}
</style>