Html Css Color HEX #64DC4D Apple

📋 copy color: '#64DC4D'

red 100 ◦ green 220 ◦ blue 77

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

Shades of Apple #64DC4D

Tints of Apple #64DC4D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.42%

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

R = 25.19%
G = 55.42%
B = 19.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#64DC4D (or 0x64DC4D) is known color: Apple. HEX triplet: 64, DC and 4D. RGB value is (100,220,77). Sum of RGB (Red+Green+Blue) = 100+220+77=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DC4D is #9B23B2. Grayscale: #A8A8A8. Windows color (decimal): -10167219 or 5102692. OLE color: 5102692.

HSL color Cylindrical-coordinate representation of color #64DC4D: hue angle of 110.35º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64DC4D is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 220 77 -
CMYK 0.55 0 0.65 0.14
HSL 110.35º 0.67% 0.58% -
HSV(B) 110.35º 0.65% 0.86% -
XYZ 32.19 54.43 15.83 -
YUV 167.82 76.74 79.63 -
System Red Green Blue C M Y K H S L
Decimal 100 220 77 0.55 0 0.65 0.14 110.35 0.67 0.58
Hex 64 DC 4D 37 0 41 E 6E 43 3A
Octal 144 334 115 67 0 101 16 156 103 72
Binary 1100100 11011100 1001101 110111 0 1000001 1110 1101110 1000011 111010

Color Harmonies of #64DC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DC4D

Black with #64DC4D

Text Example


Text Example

White with #64DC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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