Shades of Apple #64DA33
Tints of Apple #64DA33
RGB
CMYK
RGB Variations
Color information
#64DA33 (or 0x64DA33) is known color: Apple. HEX triplet: 64, DA and 33. RGB value is (100,218,51). Sum of RGB (Red+Green+Blue) = 100+218+51=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DA33 is #9B25CC. Grayscale: #A4A4A4. Windows color (decimal): -10167757 or 3398244. OLE color: 3398244.
HSL color Cylindrical-coordinate representation of color #64DA33: hue angle of 102.4º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64DA33 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 51 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.15 |
| HSL | 102.4º | 0.69% | 0.53% | - |
| HSV(B) | 102.4º | 0.77% | 0.85% | - |
| XYZ | 30.92 | 53.09 | 11.75 | - |
| YUV | 163.68 | 64.41 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 51 | 0.54 | 0 | 0.77 | 0.15 | 102.4 | 0.69 | 0.53 |
| Hex | 64 | DA | 33 | 36 | 0 | 4D | F | 66 | 45 | 35 |
| Octal | 144 | 332 | 63 | 66 | 0 | 115 | 17 | 146 | 105 | 65 |
| Binary | 1100100 | 11011010 | 110011 | 110110 | 0 | 1001101 | 1111 | 1100110 | 1000101 | 110101 |
Color Harmonies of #64DA33
Complementary color
Monochromatic Colors of #64DA33
Black with #64DA33
Text Example
Text Example
White with #64DA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA33; }
p { color: rgb(100,218,51); }
H1.HeaderClassName
{
color: #64DA33;
}
.AnyTagClassName
{
color: #64DA33;
}
</style>
background-color css
<style>
a { background-color: #64DA33; }
a { background-color: rgb(100,218,51); }
div.DivClassName
{
background-color: #64DA33;
}
.BgClassName
{
background-color: #64DA33;
}
</style>
border-color css
<style>
span { border-color: #64DA33; }
span { border-color: rgb(100,218,51); }
td.TdClassName
{
border-color: #64DA33;
}
.TagClassName
{
border-color: #64DA33;
}
</style>