Shades of Apple #64CC34
Tints of Apple #64CC34
RGB
CMYK
RGB Variations
Color information
#64CC34 (or 0x64CC34) is known color: Apple. HEX triplet: 64, CC and 34. RGB value is (100,204,52). Sum of RGB (Red+Green+Blue) = 100+204+52=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CC34 is #9B33CB. Grayscale: #9C9C9C. Windows color (decimal): -10171340 or 3460196. OLE color: 3460196.
HSL color Cylindrical-coordinate representation of color #64CC34: hue angle of 101.05º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64CC34 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 52 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.2 |
| HSL | 101.05º | 0.6% | 0.5% | - |
| HSV(B) | 101.05º | 0.75% | 0.8% | - |
| XYZ | 27.47 | 46.14 | 10.71 | - |
| YUV | 155.58 | 69.54 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 52 | 0.51 | 0 | 0.75 | 0.2 | 101.05 | 0.6 | 0.5 |
| Hex | 64 | CC | 34 | 33 | 0 | 4B | 14 | 65 | 3C | 32 |
| Octal | 144 | 314 | 64 | 63 | 0 | 113 | 24 | 145 | 74 | 62 |
| Binary | 1100100 | 11001100 | 110100 | 110011 | 0 | 1001011 | 10100 | 1100101 | 111100 | 110010 |
Color Harmonies of #64CC34
Complementary color
Monochromatic Colors of #64CC34
Black with #64CC34
Text Example
Text Example
White with #64CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC34; }
p { color: rgb(100,204,52); }
H1.HeaderClassName
{
color: #64CC34;
}
.AnyTagClassName
{
color: #64CC34;
}
</style>
background-color css
<style>
a { background-color: #64CC34; }
a { background-color: rgb(100,204,52); }
div.DivClassName
{
background-color: #64CC34;
}
.BgClassName
{
background-color: #64CC34;
}
</style>
border-color css
<style>
span { border-color: #64CC34; }
span { border-color: rgb(100,204,52); }
td.TdClassName
{
border-color: #64CC34;
}
.TagClassName
{
border-color: #64CC34;
}
</style>