Shades of Apple #64CC33
Tints of Apple #64CC33
RGB
CMYK
RGB Variations
Color information
#64CC33 (or 0x64CC33) is known color: Apple. HEX triplet: 64, CC and 33. RGB value is (100,204,51). Sum of RGB (Red+Green+Blue) = 100+204+51=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CC33 is #9B33CC. Grayscale: #9B9B9B. Windows color (decimal): -10171341 or 3394660. OLE color: 3394660.
HSL color Cylindrical-coordinate representation of color #64CC33: hue angle of 100.78º 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 #64CC33 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 51 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.2 |
| HSL | 100.78º | 0.6% | 0.5% | - |
| HSV(B) | 100.78º | 0.75% | 0.8% | - |
| XYZ | 27.45 | 46.13 | 10.59 | - |
| YUV | 155.46 | 69.04 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 51 | 0.51 | 0 | 0.75 | 0.2 | 100.78 | 0.6 | 0.5 |
| Hex | 64 | CC | 33 | 33 | 0 | 4B | 14 | 65 | 3C | 32 |
| Octal | 144 | 314 | 63 | 63 | 0 | 113 | 24 | 145 | 74 | 62 |
| Binary | 1100100 | 11001100 | 110011 | 110011 | 0 | 1001011 | 10100 | 1100101 | 111100 | 110010 |
Color Harmonies of #64CC33
Complementary color
Monochromatic Colors of #64CC33
Black with #64CC33
Text Example
Text Example
White with #64CC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC33; }
p { color: rgb(100,204,51); }
H1.HeaderClassName
{
color: #64CC33;
}
.AnyTagClassName
{
color: #64CC33;
}
</style>
background-color css
<style>
a { background-color: #64CC33; }
a { background-color: rgb(100,204,51); }
div.DivClassName
{
background-color: #64CC33;
}
.BgClassName
{
background-color: #64CC33;
}
</style>
border-color css
<style>
span { border-color: #64CC33; }
span { border-color: rgb(100,204,51); }
td.TdClassName
{
border-color: #64CC33;
}
.TagClassName
{
border-color: #64CC33;
}
</style>