Shades of Apple #64C33B
Tints of Apple #64C33B
RGB
CMYK
RGB Variations
Color information
#64C33B (or 0x64C33B) is known color: Apple. HEX triplet: 64, C3 and 3B. RGB value is (100,195,59). Sum of RGB (Red+Green+Blue) = 100+195+59=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #64C33B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C33B is #9B3CC4. Grayscale: #979797. Windows color (decimal): -10173637 or 3916644. OLE color: 3916644.
HSL color Cylindrical-coordinate representation of color #64C33B: hue angle of 101.91º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64C33B is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 59 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.24 |
| HSL | 101.91º | 0.54% | 0.5% | - |
| HSV(B) | 101.91º | 0.7% | 0.76% | - |
| XYZ | 25.56 | 42.06 | 10.91 | - |
| YUV | 151.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 59 | 0.49 | 0 | 0.70 | 0.24 | 101.91 | 0.54 | 0.5 |
| Hex | 64 | C3 | 3B | 31 | 0 | 46 | 18 | 66 | 36 | 32 |
| Octal | 144 | 303 | 73 | 61 | 0 | 106 | 30 | 146 | 66 | 62 |
| Binary | 1100100 | 11000011 | 111011 | 110001 | 0 | 1000110 | 11000 | 1100110 | 110110 | 110010 |
Color Harmonies of #64C33B
Complementary color
Monochromatic Colors of #64C33B
Black with #64C33B
Text Example
Text Example
White with #64C33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C33B; }
p { color: rgb(100,195,59); }
H1.HeaderClassName
{
color: #64C33B;
}
.AnyTagClassName
{
color: #64C33B;
}
</style>
background-color css
<style>
a { background-color: #64C33B; }
a { background-color: rgb(100,195,59); }
div.DivClassName
{
background-color: #64C33B;
}
.BgClassName
{
background-color: #64C33B;
}
</style>
border-color css
<style>
span { border-color: #64C33B; }
span { border-color: rgb(100,195,59); }
td.TdClassName
{
border-color: #64C33B;
}
.TagClassName
{
border-color: #64C33B;
}
</style>