Html Css Color HEX #64BA49 Apple

📋 copy color: '#64BA49'

red 100 ◦ green 186 ◦ blue 73

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

Shades of Apple #64BA49

Tints of Apple #64BA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.81%

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

R = 27.86%
G = 51.81%
B = 20.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#64BA49 (or 0x64BA49) is known color: Apple. HEX triplet: 64, BA and 49. RGB value is (100,186,73). Sum of RGB (Red+Green+Blue) = 100+186+73=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BA49 is #9B45B6. Grayscale: #939393. Windows color (decimal): -10175927 or 4831844. OLE color: 4831844.

HSL color Cylindrical-coordinate representation of color #64BA49: hue angle of 105.66º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64BA49 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 186 73 -
CMYK 0.46 0 0.61 0.27
HSL 105.66º 0.45% 0.51% -
HSV(B) 105.66º 0.61% 0.73% -
XYZ 24.02 38.31 12.43 -
YUV 147.4 86.01 94.19 -
System Red Green Blue C M Y K H S L
Decimal 100 186 73 0.46 0 0.61 0.27 105.66 0.45 0.51
Hex 64 BA 49 2E 0 3D 1B 6A 2D 33
Octal 144 272 111 56 0 75 33 152 55 63
Binary 1100100 10111010 1001001 101110 0 111101 11011 1101010 101101 110011

Color Harmonies of #64BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BA49

Black with #64BA49

Text Example


Text Example

White with #64BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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