Shades of Apple #64C23C
Tints of Apple #64C23C
RGB
CMYK
RGB Variations
Color information
#64C23C (or 0x64C23C) is known color: Apple. HEX triplet: 64, C2 and 3C. RGB value is (100,194,60). Sum of RGB (Red+Green+Blue) = 100+194+60=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #64C23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C23C is #9B3DC3. Grayscale: #979797. Windows color (decimal): -10173892 or 3981924. OLE color: 3981924.
HSL color Cylindrical-coordinate representation of color #64C23C: hue angle of 102.09º 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 #64C23C is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 194 | 60 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.24 |
| HSL | 102.09º | 0.53% | 0.5% | - |
| HSV(B) | 102.09º | 0.69% | 0.76% | - |
| XYZ | 25.36 | 41.62 | 10.97 | - |
| YUV | 150.62 | 76.86 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 60 | 0.48 | 0 | 0.69 | 0.24 | 102.09 | 0.53 | 0.5 |
| Hex | 64 | C2 | 3C | 30 | 0 | 45 | 18 | 66 | 35 | 32 |
| Octal | 144 | 302 | 74 | 60 | 0 | 105 | 30 | 146 | 65 | 62 |
| Binary | 1100100 | 11000010 | 111100 | 110000 | 0 | 1000101 | 11000 | 1100110 | 110101 | 110010 |
Color Harmonies of #64C23C
Complementary color
Monochromatic Colors of #64C23C
Black with #64C23C
Text Example
Text Example
White with #64C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C23C; }
p { color: rgb(100,194,60); }
H1.HeaderClassName
{
color: #64C23C;
}
.AnyTagClassName
{
color: #64C23C;
}
</style>
background-color css
<style>
a { background-color: #64C23C; }
a { background-color: rgb(100,194,60); }
div.DivClassName
{
background-color: #64C23C;
}
.BgClassName
{
background-color: #64C23C;
}
</style>
border-color css
<style>
span { border-color: #64C23C; }
span { border-color: rgb(100,194,60); }
td.TdClassName
{
border-color: #64C23C;
}
.TagClassName
{
border-color: #64C23C;
}
</style>