Shades of Apple #64C33E
Tints of Apple #64C33E
RGB
CMYK
RGB Variations
Color information
#64C33E (or 0x64C33E) is known color: Apple. HEX triplet: 64, C3 and 3E. RGB value is (100,195,62). Sum of RGB (Red+Green+Blue) = 100+195+62=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #64C33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C33E is #9B3CC1. Grayscale: #979797. Windows color (decimal): -10173634 or 4113252. OLE color: 4113252.
HSL color Cylindrical-coordinate representation of color #64C33E: hue angle of 102.86º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64C33E is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 62 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.24 |
| HSL | 102.86º | 0.53% | 0.5% | - |
| HSV(B) | 102.86º | 0.68% | 0.76% | - |
| XYZ | 25.64 | 42.09 | 11.33 | - |
| YUV | 151.43 | 77.53 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 62 | 0.49 | 0 | 0.68 | 0.24 | 102.86 | 0.53 | 0.5 |
| Hex | 64 | C3 | 3E | 31 | 0 | 44 | 18 | 67 | 35 | 32 |
| Octal | 144 | 303 | 76 | 61 | 0 | 104 | 30 | 147 | 65 | 62 |
| Binary | 1100100 | 11000011 | 111110 | 110001 | 0 | 1000100 | 11000 | 1100111 | 110101 | 110010 |
Color Harmonies of #64C33E
Complementary color
Monochromatic Colors of #64C33E
Black with #64C33E
Text Example
Text Example
White with #64C33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C33E; }
p { color: rgb(100,195,62); }
H1.HeaderClassName
{
color: #64C33E;
}
.AnyTagClassName
{
color: #64C33E;
}
</style>
background-color css
<style>
a { background-color: #64C33E; }
a { background-color: rgb(100,195,62); }
div.DivClassName
{
background-color: #64C33E;
}
.BgClassName
{
background-color: #64C33E;
}
</style>
border-color css
<style>
span { border-color: #64C33E; }
span { border-color: rgb(100,195,62); }
td.TdClassName
{
border-color: #64C33E;
}
.TagClassName
{
border-color: #64C33E;
}
</style>