Shades of Apple #64E341
Tints of Apple #64E341
RGB
CMYK
RGB Variations
Color information
#64E341 (or 0x64E341) is known color: Apple. HEX triplet: 64, E3 and 41. RGB value is (100,227,65). Sum of RGB (Red+Green+Blue) = 100+227+65=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 227 (89.06% from 255 or 57.91% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 227 - color contains mainly: green. Hex color #64E341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E341 is #9B1CBE. Grayscale: #ABABAB. Windows color (decimal): -10165439 or 4318052. OLE color: 4318052.
HSL color Cylindrical-coordinate representation of color #64E341: hue angle of 107.04º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64E341 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 65 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.11 |
| HSL | 107.04º | 0.74% | 0.57% | - |
| HSV(B) | 107.04º | 0.71% | 0.89% | - |
| XYZ | 33.68 | 58.03 | 14.43 | - |
| YUV | 170.56 | 68.42 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 65 | 0.56 | 0 | 0.71 | 0.11 | 107.04 | 0.74 | 0.57 |
| Hex | 64 | E3 | 41 | 38 | 0 | 47 | B | 6B | 4A | 39 |
| Octal | 144 | 343 | 101 | 70 | 0 | 107 | 13 | 153 | 112 | 71 |
| Binary | 1100100 | 11100011 | 1000001 | 111000 | 0 | 1000111 | 1011 | 1101011 | 1001010 | 111001 |
Color Harmonies of #64E341
Complementary color
Monochromatic Colors of #64E341
Black with #64E341
Text Example
Text Example
White with #64E341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E341; }
p { color: rgb(100,227,65); }
H1.HeaderClassName
{
color: #64E341;
}
.AnyTagClassName
{
color: #64E341;
}
</style>
background-color css
<style>
a { background-color: #64E341; }
a { background-color: rgb(100,227,65); }
div.DivClassName
{
background-color: #64E341;
}
.BgClassName
{
background-color: #64E341;
}
</style>
border-color css
<style>
span { border-color: #64E341; }
span { border-color: rgb(100,227,65); }
td.TdClassName
{
border-color: #64E341;
}
.TagClassName
{
border-color: #64E341;
}
</style>