Shades of Apple #64C33C
Tints of Apple #64C33C
RGB
CMYK
RGB Variations
Color information
#64C33C (or 0x64C33C) is known color: Apple. HEX triplet: 64, C3 and 3C. RGB value is (100,195,60). Sum of RGB (Red+Green+Blue) = 100+195+60=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #64C33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C33C is #9B3CC3. Grayscale: #979797. Windows color (decimal): -10173636 or 3982180. OLE color: 3982180.
HSL color Cylindrical-coordinate representation of color #64C33C: hue angle of 102.22º 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 #64C33C is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 60 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.24 |
| HSL | 102.22º | 0.53% | 0.5% | - |
| HSV(B) | 102.22º | 0.69% | 0.76% | - |
| XYZ | 25.59 | 42.07 | 11.05 | - |
| YUV | 151.21 | 76.53 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 60 | 0.49 | 0 | 0.69 | 0.24 | 102.22 | 0.53 | 0.5 |
| Hex | 64 | C3 | 3C | 31 | 0 | 45 | 18 | 66 | 35 | 32 |
| Octal | 144 | 303 | 74 | 61 | 0 | 105 | 30 | 146 | 65 | 62 |
| Binary | 1100100 | 11000011 | 111100 | 110001 | 0 | 1000101 | 11000 | 1100110 | 110101 | 110010 |
Color Harmonies of #64C33C
Complementary color
Monochromatic Colors of #64C33C
Black with #64C33C
Text Example
Text Example
White with #64C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C33C; }
p { color: rgb(100,195,60); }
H1.HeaderClassName
{
color: #64C33C;
}
.AnyTagClassName
{
color: #64C33C;
}
</style>
background-color css
<style>
a { background-color: #64C33C; }
a { background-color: rgb(100,195,60); }
div.DivClassName
{
background-color: #64C33C;
}
.BgClassName
{
background-color: #64C33C;
}
</style>
border-color css
<style>
span { border-color: #64C33C; }
span { border-color: rgb(100,195,60); }
td.TdClassName
{
border-color: #64C33C;
}
.TagClassName
{
border-color: #64C33C;
}
</style>