Html Css Color HEX #64DD4D Apple

📋 copy color: '#64DD4D'

red 100 ◦ green 221 ◦ blue 77

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

Shades of Apple #64DD4D

Tints of Apple #64DD4D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.53%

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

R = 25.13%
G = 55.53%
B = 19.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#64DD4D (or 0x64DD4D) is known color: Apple. HEX triplet: 64, DD and 4D. RGB value is (100,221,77). Sum of RGB (Red+Green+Blue) = 100+221+77=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DD4D is #9B22B2. Grayscale: #A8A8A8. Windows color (decimal): -10166963 or 5102948. OLE color: 5102948.

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

Color convert

RGB 100 221 77 -
CMYK 0.55 0 0.65 0.13
HSL 110.42º 0.68% 0.58% -
HSV(B) 110.42º 0.65% 0.87% -
XYZ 32.45 54.96 15.92 -
YUV 168.41 76.41 79.21 -
System Red Green Blue C M Y K H S L
Decimal 100 221 77 0.55 0 0.65 0.13 110.42 0.68 0.58
Hex 64 DD 4D 37 0 41 D 6E 44 3A
Octal 144 335 115 67 0 101 15 156 104 72
Binary 1100100 11011101 1001101 110111 0 1000001 1101 1101110 1000100 111010

Color Harmonies of #64DD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DD4D

Black with #64DD4D

Text Example


Text Example

White with #64DD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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