Shades of Apple #64DB33
Tints of Apple #64DB33
RGB
CMYK
RGB Variations
Color information
#64DB33 (or 0x64DB33) is known color: Apple. HEX triplet: 64, DB and 33. RGB value is (100,219,51). Sum of RGB (Red+Green+Blue) = 100+219+51=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 219 (85.94% from 255 or 59.19% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DB33 is #9B24CC. Grayscale: #A4A4A4. Windows color (decimal): -10167501 or 3398500. OLE color: 3398500.
HSL color Cylindrical-coordinate representation of color #64DB33: hue angle of 102.5º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64DB33 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 51 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.14 |
| HSL | 102.5º | 0.7% | 0.53% | - |
| HSV(B) | 102.5º | 0.77% | 0.86% | - |
| XYZ | 31.18 | 53.61 | 11.84 | - |
| YUV | 164.27 | 64.08 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 51 | 0.54 | 0 | 0.77 | 0.14 | 102.5 | 0.7 | 0.53 |
| Hex | 64 | DB | 33 | 36 | 0 | 4D | E | 66 | 46 | 35 |
| Octal | 144 | 333 | 63 | 66 | 0 | 115 | 16 | 146 | 106 | 65 |
| Binary | 1100100 | 11011011 | 110011 | 110110 | 0 | 1001101 | 1110 | 1100110 | 1000110 | 110101 |
Color Harmonies of #64DB33
Complementary color
Monochromatic Colors of #64DB33
Black with #64DB33
Text Example
Text Example
White with #64DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB33; }
p { color: rgb(100,219,51); }
H1.HeaderClassName
{
color: #64DB33;
}
.AnyTagClassName
{
color: #64DB33;
}
</style>
background-color css
<style>
a { background-color: #64DB33; }
a { background-color: rgb(100,219,51); }
div.DivClassName
{
background-color: #64DB33;
}
.BgClassName
{
background-color: #64DB33;
}
</style>
border-color css
<style>
span { border-color: #64DB33; }
span { border-color: rgb(100,219,51); }
td.TdClassName
{
border-color: #64DB33;
}
.TagClassName
{
border-color: #64DB33;
}
</style>