Html Css Color HEX #64D945 Apple

📋 copy color: '#64D945'

red 100 ◦ green 217 ◦ blue 69

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

Shades of Apple #64D945

Tints of Apple #64D945

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.22%

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 25.91%
G = 56.22%
B = 17.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#64D945 (or 0x64D945) is known color: Apple. HEX triplet: 64, D9 and 45. RGB value is (100,217,69). Sum of RGB (Red+Green+Blue) = 100+217+69=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #64D945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D945 is #9B26BA. Grayscale: #A5A5A5. Windows color (decimal): -10167995 or 4577636. OLE color: 4577636.

HSL color Cylindrical-coordinate representation of color #64D945: hue angle of 107.43º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64D945 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 217 69 -
CMYK 0.54 0 0.68 0.15
HSL 107.43º 0.66% 0.56% -
HSV(B) 107.43º 0.68% 0.85% -
XYZ 31.14 52.76 14.17 -
YUV 165.15 73.74 81.53 -
System Red Green Blue C M Y K H S L
Decimal 100 217 69 0.54 0 0.68 0.15 107.43 0.66 0.56
Hex 64 D9 45 36 0 44 F 6B 42 38
Octal 144 331 105 66 0 104 17 153 102 70
Binary 1100100 11011001 1000101 110110 0 1000100 1111 1101011 1000010 111000

Color Harmonies of #64D945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D945

Black with #64D945

Text Example


Text Example

White with #64D945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,217,69); }

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

background-color css

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

 a { background-color: rgb(100,217,69); }

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

border-color css

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

 span { border-color: rgb(100,217,69); }

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