Html Css Color HEX #64C14D Apple

📋 copy color: '#64C14D'

red 100 ◦ green 193 ◦ blue 77

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

Shades of Apple #64C14D

Tints of Apple #64C14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.16%

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 27.03%
G = 52.16%
B = 20.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#64C14D (or 0x64C14D) is known color: Apple. HEX triplet: 64, C1 and 4D. RGB value is (100,193,77). Sum of RGB (Red+Green+Blue) = 100+193+77=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #64C14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C14D is #9B3EB2. Grayscale: #989898. Windows color (decimal): -10174131 or 5095780. OLE color: 5095780.

HSL color Cylindrical-coordinate representation of color #64C14D: hue angle of 108.1º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64C14D is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 77 -
CMYK 0.48 0 0.60 0.24
HSL 108.1º 0.48% 0.53% -
HSV(B) 108.1º 0.6% 0.76% -
XYZ 25.67 41.39 13.66 -
YUV 151.97 85.69 90.93 -
System Red Green Blue C M Y K H S L
Decimal 100 193 77 0.48 0 0.60 0.24 108.1 0.48 0.53
Hex 64 C1 4D 30 0 3C 18 6C 30 35
Octal 144 301 115 60 0 74 30 154 60 65
Binary 1100100 11000001 1001101 110000 0 111100 11000 1101100 110000 110101

Color Harmonies of #64C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C14D

Black with #64C14D

Text Example


Text Example

White with #64C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,193,77); }

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

background-color css

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

 a { background-color: rgb(100,193,77); }

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

border-color css

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

 span { border-color: rgb(100,193,77); }

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