Html Css Color HEX #64D73F Apple

📋 copy color: '#64D73F'

red 100 ◦ green 215 ◦ blue 63

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

Shades of Apple #64D73F

Tints of Apple #64D73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.88%

 BLUE value IS 63 (25% from 255) = 16.67%

R = 26.46%
G = 56.88%
B = 16.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#64D73F (or 0x64D73F) is known color: Apple. HEX triplet: 64, D7 and 3F. RGB value is (100,215,63). Sum of RGB (Red+Green+Blue) = 100+215+63=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 215 (84.38% from 255 or 56.88% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 215 - color contains mainly: green. Hex color #64D73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D73F is #9B28C0. Grayscale: #A3A3A3. Windows color (decimal): -10168513 or 4183908. OLE color: 4183908.

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

Color convert

RGB 100 215 63 -
CMYK 0.53 0 0.71 0.16
HSL 105.39º 0.66% 0.55% -
HSV(B) 105.39º 0.71% 0.84% -
XYZ 30.45 51.67 13.07 -
YUV 163.29 71.4 82.86 -
System Red Green Blue C M Y K H S L
Decimal 100 215 63 0.53 0 0.71 0.16 105.39 0.66 0.55
Hex 64 D7 3F 35 0 47 10 69 42 37
Octal 144 327 77 65 0 107 20 151 102 67
Binary 1100100 11010111 111111 110101 0 1000111 10000 1101001 1000010 110111

Color Harmonies of #64D73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D73F

Black with #64D73F

Text Example


Text Example

White with #64D73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,215,63); }

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

background-color css

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

 a { background-color: rgb(100,215,63); }

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

border-color css

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

 span { border-color: rgb(100,215,63); }

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