Html Css Color HEX #64CD4D Apple

📋 copy color: '#64CD4D'

red 100 ◦ green 205 ◦ blue 77

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

Shades of Apple #64CD4D

Tints of Apple #64CD4D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.66%

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

R = 26.18%
G = 53.66%
B = 20.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#64CD4D (or 0x64CD4D) is known color: Apple. HEX triplet: 64, CD and 4D. RGB value is (100,205,77). Sum of RGB (Red+Green+Blue) = 100+205+77=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD4D is #9B32B2. Grayscale: #9F9F9F. Windows color (decimal): -10171059 or 5098852. OLE color: 5098852.

HSL color Cylindrical-coordinate representation of color #64CD4D: hue angle of 109.22º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64CD4D is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 77 -
CMYK 0.51 0 0.62 0.20
HSL 109.22º 0.56% 0.55% -
HSV(B) 109.22º 0.62% 0.8% -
XYZ 28.43 46.91 14.58 -
YUV 159.01 81.71 85.91 -
System Red Green Blue C M Y K H S L
Decimal 100 205 77 0.51 0 0.62 0.20 109.22 0.56 0.55
Hex 64 CD 4D 33 0 3E 14 6D 38 37
Octal 144 315 115 63 0 76 24 155 70 67
Binary 1100100 11001101 1001101 110011 0 111110 10100 1101101 111000 110111

Color Harmonies of #64CD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD4D

Black with #64CD4D

Text Example


Text Example

White with #64CD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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