Html Css Color HEX #64D94C Apple

📋 copy color: '#64D94C'

red 100 ◦ green 217 ◦ blue 76

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

Shades of Apple #64D94C

Tints of Apple #64D94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.34%

R = 25.45%
G = 55.22%
B = 19.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#64D94C (or 0x64D94C) is known color: Apple. HEX triplet: 64, D9 and 4C. RGB value is (100,217,76). Sum of RGB (Red+Green+Blue) = 100+217+76=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 217 (85.16% from 255 or 55.22% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 217 - color contains mainly: green. Hex color #64D94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D94C is #9B26B3. Grayscale: #A6A6A6. Windows color (decimal): -10167988 or 5036388. OLE color: 5036388.

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

Color convert

RGB 100 217 76 -
CMYK 0.54 0 0.65 0.15
HSL 109.79º 0.65% 0.57% -
HSV(B) 109.79º 0.65% 0.85% -
XYZ 31.37 52.86 15.39 -
YUV 165.94 77.24 80.96 -
System Red Green Blue C M Y K H S L
Decimal 100 217 76 0.54 0 0.65 0.15 109.79 0.65 0.57
Hex 64 D9 4C 36 0 41 F 6E 41 39
Octal 144 331 114 66 0 101 17 156 101 71
Binary 1100100 11011001 1001100 110110 0 1000001 1111 1101110 1000001 111001

Color Harmonies of #64D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D94C

Black with #64D94C

Text Example


Text Example

White with #64D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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