Shades of Apple #64C33F
Tints of Apple #64C33F
RGB
CMYK
RGB Variations
Color information
#64C33F (or 0x64C33F) is known color: Apple. HEX triplet: 64, C3 and 3F. RGB value is (100,195,63). Sum of RGB (Red+Green+Blue) = 100+195+63=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #64C33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C33F is #9B3CC0. Grayscale: #979797. Windows color (decimal): -10173633 or 4178788. OLE color: 4178788.
HSL color Cylindrical-coordinate representation of color #64C33F: hue angle of 103.18º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64C33F is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 63 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.24 |
| HSL | 103.18º | 0.52% | 0.51% | - |
| HSV(B) | 103.18º | 0.68% | 0.76% | - |
| XYZ | 25.67 | 42.1 | 11.48 | - |
| YUV | 151.55 | 78.03 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 63 | 0.49 | 0 | 0.68 | 0.24 | 103.18 | 0.52 | 0.51 |
| Hex | 64 | C3 | 3F | 31 | 0 | 44 | 18 | 67 | 34 | 33 |
| Octal | 144 | 303 | 77 | 61 | 0 | 104 | 30 | 147 | 64 | 63 |
| Binary | 1100100 | 11000011 | 111111 | 110001 | 0 | 1000100 | 11000 | 1100111 | 110100 | 110011 |
Color Harmonies of #64C33F
Complementary color
Monochromatic Colors of #64C33F
Black with #64C33F
Text Example
Text Example
White with #64C33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C33F; }
p { color: rgb(100,195,63); }
H1.HeaderClassName
{
color: #64C33F;
}
.AnyTagClassName
{
color: #64C33F;
}
</style>
background-color css
<style>
a { background-color: #64C33F; }
a { background-color: rgb(100,195,63); }
div.DivClassName
{
background-color: #64C33F;
}
.BgClassName
{
background-color: #64C33F;
}
</style>
border-color css
<style>
span { border-color: #64C33F; }
span { border-color: rgb(100,195,63); }
td.TdClassName
{
border-color: #64C33F;
}
.TagClassName
{
border-color: #64C33F;
}
</style>