Html Css Color HEX #64D640 Apple

📋 copy color: '#64D640'

red 100 ◦ green 214 ◦ blue 64

#64D640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #64D640

Tints of Apple #64D640

RGB

 RED value IS 100 (39.45% from 255) = 26.46%

 GREEN value IS 214 (83.98% from 255) = 56.61%

 BLUE value IS 64 (25.39% from 255) = 16.93%

R = 26.46%
G = 56.61%
B = 16.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#64D640 (or 0x64D640) is known color: Apple. HEX triplet: 64, D6 and 40. RGB value is (100,214,64). Sum of RGB (Red+Green+Blue) = 100+214+64=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #64D640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D640 is #9B29BF. Grayscale: #A3A3A3. Windows color (decimal): -10168768 or 4249188. OLE color: 4249188.

HSL color Cylindrical-coordinate representation of color #64D640: hue angle of 105.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64D640 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 214 64 -
CMYK 0.53 0 0.70 0.16
HSL 105.6º 0.65% 0.55% -
HSV(B) 105.6º 0.7% 0.84% -
XYZ 30.23 51.17 13.13 -
YUV 162.81 72.23 83.2 -
System Red Green Blue C M Y K H S L
Decimal 100 214 64 0.53 0 0.70 0.16 105.6 0.65 0.55
Hex 64 D6 40 35 0 46 10 6A 41 37
Octal 144 326 100 65 0 106 20 152 101 67
Binary 1100100 11010110 1000000 110101 0 1000110 10000 1101010 1000001 110111

Color Harmonies of #64D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D640

Black with #64D640

Text Example


Text Example

White with #64D640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64D640; }

 p { color: rgb(100,214,64); }

 H1.HeaderClassName
 {
   color: #64D640;
 }
 .AnyTagClassName
 {
   color: #64D640;
 }
</style>

background-color css

<style>
 a { background-color: #64D640; }

 a { background-color: rgb(100,214,64); }

 div.DivClassName
 {
   background-color: #64D640;
 }
 .BgClassName
 {
   background-color: #64D640;
 }
</style>

border-color css

<style>
 span { border-color: #64D640; }

 span { border-color: rgb(100,214,64); }

 td.TdClassName
 {
   border-color: #64D640;
 }
 .TagClassName
 {
   border-color: #64D640;
 }
</style>