Html Css Color HEX #64A950 Apple

📋 copy color: '#64A950'

red 100 ◦ green 169 ◦ blue 80

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

Shades of Apple #64A950

Tints of Apple #64A950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.42%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 28.65%
G = 48.42%
B = 22.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#64A950 (or 0x64A950) is known color: Apple. HEX triplet: 64, A9 and 50. RGB value is (100,169,80). Sum of RGB (Red+Green+Blue) = 100+169+80=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #64A950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A950 is #9B56AF. Grayscale: #8A8A8A. Windows color (decimal): -10180272 or 5286244. OLE color: 5286244.

HSL color Cylindrical-coordinate representation of color #64A950: hue angle of 106.52º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64A950 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 169 80 -
CMYK 0.41 0 0.53 0.34
HSL 106.52º 0.36% 0.49% -
HSV(B) 106.52º 0.53% 0.66% -
XYZ 20.89 31.66 12.6 -
YUV 138.22 95.14 100.74 -
System Red Green Blue C M Y K H S L
Decimal 100 169 80 0.41 0 0.53 0.34 106.52 0.36 0.49
Hex 64 A9 50 29 0 35 22 6B 24 31
Octal 144 251 120 51 0 65 42 153 44 61
Binary 1100100 10101001 1010000 101001 0 110101 100010 1101011 100100 110001

Color Harmonies of #64A950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A950

Black with #64A950

Text Example


Text Example

White with #64A950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,169,80); }

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

background-color css

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

 a { background-color: rgb(100,169,80); }

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

border-color css

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

 span { border-color: rgb(100,169,80); }

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