Shades of Apple #64C33D
Tints of Apple #64C33D
RGB
CMYK
RGB Variations
Color information
#64C33D (or 0x64C33D) is known color: Apple. HEX triplet: 64, C3 and 3D. RGB value is (100,195,61). Sum of RGB (Red+Green+Blue) = 100+195+61=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #64C33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C33D is #9B3CC2. Grayscale: #979797. Windows color (decimal): -10173635 or 4047716. OLE color: 4047716.
HSL color Cylindrical-coordinate representation of color #64C33D: hue angle of 102.54º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64C33D is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 61 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.24 |
| HSL | 102.54º | 0.53% | 0.5% | - |
| HSV(B) | 102.54º | 0.69% | 0.76% | - |
| XYZ | 25.61 | 42.08 | 11.19 | - |
| YUV | 151.32 | 77.03 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 61 | 0.49 | 0 | 0.69 | 0.24 | 102.54 | 0.53 | 0.5 |
| Hex | 64 | C3 | 3D | 31 | 0 | 45 | 18 | 67 | 35 | 32 |
| Octal | 144 | 303 | 75 | 61 | 0 | 105 | 30 | 147 | 65 | 62 |
| Binary | 1100100 | 11000011 | 111101 | 110001 | 0 | 1000101 | 11000 | 1100111 | 110101 | 110010 |
Color Harmonies of #64C33D
Complementary color
Monochromatic Colors of #64C33D
Black with #64C33D
Text Example
Text Example
White with #64C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C33D; }
p { color: rgb(100,195,61); }
H1.HeaderClassName
{
color: #64C33D;
}
.AnyTagClassName
{
color: #64C33D;
}
</style>
background-color css
<style>
a { background-color: #64C33D; }
a { background-color: rgb(100,195,61); }
div.DivClassName
{
background-color: #64C33D;
}
.BgClassName
{
background-color: #64C33D;
}
</style>
border-color css
<style>
span { border-color: #64C33D; }
span { border-color: rgb(100,195,61); }
td.TdClassName
{
border-color: #64C33D;
}
.TagClassName
{
border-color: #64C33D;
}
</style>