Html Css Color HEX #64C449 Apple

📋 copy color: '#64C449'

red 100 ◦ green 196 ◦ blue 73

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

Shades of Apple #64C449

Tints of Apple #64C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.12%

 BLUE value IS 73 (28.91% from 255) = 19.78%

R = 27.1%
G = 53.12%
B = 19.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#64C449 (or 0x64C449) is known color: Apple. HEX triplet: 64, C4 and 49. RGB value is (100,196,73). Sum of RGB (Red+Green+Blue) = 100+196+73=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #64C449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C449 is #9B3BB6. Grayscale: #999999. Windows color (decimal): -10173367 or 4834404. OLE color: 4834404.

HSL color Cylindrical-coordinate representation of color #64C449: hue angle of 106.83º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64C449 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 100 196 73 -
CMYK 0.49 0 0.63 0.23
HSL 106.83º 0.51% 0.53% -
HSV(B) 106.83º 0.63% 0.77% -
XYZ 26.2 42.67 13.16 -
YUV 153.27 82.7 90 -
System Red Green Blue C M Y K H S L
Decimal 100 196 73 0.49 0 0.63 0.23 106.83 0.51 0.53
Hex 64 C4 49 31 0 3F 17 6B 33 35
Octal 144 304 111 61 0 77 27 153 63 65
Binary 1100100 11000100 1001001 110001 0 111111 10111 1101011 110011 110101

Color Harmonies of #64C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C449

Black with #64C449

Text Example


Text Example

White with #64C449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,196,73); }

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

background-color css

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

 a { background-color: rgb(100,196,73); }

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

border-color css

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

 span { border-color: rgb(100,196,73); }

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