Html Css Color HEX #64CA4D Apple

📋 copy color: '#64CA4D'

red 100 ◦ green 202 ◦ blue 77

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

Shades of Apple #64CA4D

Tints of Apple #64CA4D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.3%

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

R = 26.39%
G = 53.3%
B = 20.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#64CA4D (or 0x64CA4D) is known color: Apple. HEX triplet: 64, CA and 4D. RGB value is (100,202,77). Sum of RGB (Red+Green+Blue) = 100+202+77=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA4D is #9B35B2. Grayscale: #9D9D9D. Windows color (decimal): -10171827 or 5098084. OLE color: 5098084.

HSL color Cylindrical-coordinate representation of color #64CA4D: hue angle of 108.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64CA4D is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 202 77 -
CMYK 0.50 0 0.62 0.21
HSL 108.96º 0.54% 0.55% -
HSV(B) 108.96º 0.62% 0.79% -
XYZ 27.72 45.49 14.34 -
YUV 157.25 82.71 87.16 -
System Red Green Blue C M Y K H S L
Decimal 100 202 77 0.50 0 0.62 0.21 108.96 0.54 0.55
Hex 64 CA 4D 32 0 3E 15 6D 36 37
Octal 144 312 115 62 0 76 25 155 66 67
Binary 1100100 11001010 1001101 110010 0 111110 10101 1101101 110110 110111

Color Harmonies of #64CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CA4D

Black with #64CA4D

Text Example


Text Example

White with #64CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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